mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
add pytz, django and requests required for seafevents
This commit is contained in:
parent
a7c7976e59
commit
2dc89c836c
|
@ -28,7 +28,10 @@ pymysql==1.1.1 \
|
||||||
jinja2==3.1.4 \
|
jinja2==3.1.4 \
|
||||||
pycryptodome==3.20.0 \
|
pycryptodome==3.20.0 \
|
||||||
lxml==5.2.2 \
|
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 {} + && \
|
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
||||||
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
rm -rf /pip-deps/pip /pip-deps/wheel /pip-deps/setuptools
|
||||||
|
|
Loading…
Reference in a new issue