Skip to content

Commit

Permalink
chore: updated backend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Nov 12, 2024
1 parent 16636ff commit 46f86b8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.11.7-bullseye
ENV POETRY_VERSION=1.7.1
ENV POETRY_VERSION=1.8.3
RUN pip install "poetry==$POETRY_VERSION"
ENV PYTHONPATH="$PYTHONPATH:/app"

Expand Down
20 changes: 9 additions & 11 deletions backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ uvicorn = "^0.32.0"
python-multipart = "^0.0.17"
redis = "^5.2.0"
fastapi-cache2 = "^0.2.2"
enacit4r-files = {git = "https://github.com/EPFL-ENAC/enacit4r-pyutils", rev = "0.3.0", subdirectory = "files"}
enacit4r-auth = {git = "https://github.com/EPFL-ENAC/enacit4r-pyutils", rev = "0.3.0", subdirectory = "auth"}
enacit4r-files = {git = "https://github.com/EPFL-ENAC/enacit4r-files", rev = "0.4.0"}
enacit4r-auth = {git = "https://github.com/EPFL-ENAC/enacit4r-auth", rev = "0.1.0"}


[build-system]
Expand Down

0 comments on commit 46f86b8

Please sign in to comment.