Compare commits
No commits in common. "f18eb6ebe6f61bfd08f20a230a2c572df26974e7" and "4998d1597cab3b51bf0fb7aca34d1f52368e540f" have entirely different histories.
f18eb6ebe6
...
4998d1597c
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.14.2-slim
|
FROM python:3.14.0-slim
|
||||||
|
|
||||||
# set the working directory
|
# set the working directory
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,4 @@ gunicorn==23.0.0
|
||||||
pypdf==6.5.0
|
pypdf==6.5.0
|
||||||
|
|
||||||
# For testing
|
# For testing
|
||||||
pytest==9.0.2
|
pytest==8.4.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue