mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 09:01:38 +00:00
update added modules to latest version
This commit is contained in:
parent
0ccae246c6
commit
885d01385e
|
@ -55,22 +55,23 @@ pycryptodome==3.20.0 \
|
|||
djangosaml2==1.9.3 \
|
||||
python-ldap==3.4.4 \
|
||||
sqlalchemy==2.0.31 \
|
||||
django-statici18n==2.3.* \
|
||||
django_webpack_loader==1.7.* \
|
||||
sqlalchemy==2.0.31 \
|
||||
django-statici18n==2.5.0 \
|
||||
django_webpack_loader==3.1.0 \
|
||||
django_picklefield==3.1 \
|
||||
django_formtools==2.4 \
|
||||
djangorestframework==3.14.* \
|
||||
python-dateutil==2.8.* \
|
||||
python-cas==1.6.* \
|
||||
requests==2.31.* \
|
||||
requests_oauthlib==1.3.* \
|
||||
qrcode==7.3.* \
|
||||
chardet==5.1.* \
|
||||
openpyxl==3.0.* \
|
||||
Markdown==3.4.* \
|
||||
bleach==5.0.* \
|
||||
pypinyin==0.50.* \
|
||||
PyMuPDF==1.24.* \
|
||||
djangorestframework==3.15.2 \
|
||||
python-dateutil==2.9.0 \
|
||||
python-cas==1.6.0 \
|
||||
requests==2.32.3 \
|
||||
requests_oauthlib==2.0.0 \
|
||||
qrcode==7.4.2 \
|
||||
chardet==5.2.0 \
|
||||
openpyxl==3.1.5 \
|
||||
Markdown==3.6 \
|
||||
bleach==6.1.0 \
|
||||
pypinyin==0.51.0 \
|
||||
PyMuPDF==1.24.9 \
|
||||
pymysql==1.1.1
|
||||
|
||||
RUN find /pip-deps -name "__pycache__" -type d -exec rm -r {} + && \
|
||||
|
|
Loading…
Reference in a new issue