add pytz, django and requests required for seafevents

This commit is contained in:
Gerrit Gogel 2024-07-28 13:52:32 +02:00
parent a7c7976e59
commit 2dc89c836c

View file

@ -28,7 +28,10 @@ pymysql==1.1.1 \
jinja2==3.1.4 \
pycryptodome==3.20.0 \
lxml==5.2.2 \
python-ldap==3.4.4
python-ldap==3.4.4 \
pytz==2024.1 \
django==4.2.14 \
requests==2.32.3
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools