Skip to content

Commit

Permalink
Revert "add pytz, django and requests required for seafevents"
Browse files Browse the repository at this point in the history
This reverts commit 2dc89c8.
  • Loading branch information
ggogel committed Aug 1, 2024
1 parent d32bda3 commit 098df32
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions seafile-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@ pymysql==1.1.1 \
jinja2==3.1.4 \
pycryptodome==3.20.0 \
lxml==5.2.2 \
python-ldap==3.4.4 \
pytz==2024.1 \
django==4.2.14 \
requests==2.32.3
python-ldap==3.4.4

RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
Expand Down

0 comments on commit 098df32

Please sign in to comment.