mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
Revert "add pytz, django and requests required for seafevents"
This reverts commit 2dc89c836c
.
This commit is contained in:
parent
d32bda3600
commit
098df3253b
|
@ -39,10 +39,7 @@ 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