Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion compose/local/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN apk --no-cache add build-base curl \
&& apk --no-cache add cargo \
# Git for installing packages from GitHub
&& apk --no-cache add git \
&& pip install --no-cache-dir -U setuptools pip
&& pip install --no-cache-dir -U pip

COPY ./requirements /requirements

Expand Down
1 change: 1 addition & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ argon2-cffi==23.1.0 # https://github.com/hynek/argon2_cffi
redis==5.0.8 # https://github.com/antirez/redis
uvicorn[standard]==0.38.0 # https://github.com/Kludex/uvicorn
tzdata==2024.1
setuptools<81 # Pin to <81 to preserve pkg_resources for docxcompose dependency
Comment thread
chrismaddalena marked this conversation as resolved.

# Django
# ------------------------------------------------------------------------------
Expand Down
Loading