1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00

update requirements

This commit is contained in:
skywalker 2024-08-19 16:20:44 +08:00
parent 6b3b497a04
commit 3729e83a3d
2 changed files with 23 additions and 24 deletions

View File

@ -1,30 +1,30 @@
Django==4.2.*
django-statici18n==2.3.*
django-statici18n==2.5.*
django_webpack_loader==1.7.*
django_picklefield==3.1
django_formtools==2.4
django_picklefield==3.2.*
django_formtools==2.5.*
django_simple_captcha==0.6.*
djangosaml2==1.5.*
djangorestframework==3.14.*
python-dateutil==2.8.*
pyjwt==2.6.*
djangosaml2==1.9.*
djangorestframework==3.15.*
python-dateutil==2.9.*
pyjwt==2.9.*
pycryptodome==3.20.*
python-cas==1.6.*
pysaml2==7.2.*
requests==2.31.*
requests_oauthlib==1.3.*
future==0.18.*
gunicorn==20.1.*
mysqlclient==2.1.*
qrcode==7.3.*
pillow==10.2.*
chardet==5.1.*
cffi==1.15.1
captcha==0.5.*
openpyxl==3.0.*
Markdown==3.4.*
bleach==5.0.*
pysaml2==7.3.*
requests==2.32.*
requests_oauthlib==2.0.*
future==1.0.*
gunicorn==23.0.*
mysqlclient==2.2.*
qrcode==7.4.*
pillow==10.4.*
chardet==5.2.*
cffi==1.17.0
captcha==0.6.*
openpyxl==3.1.*
Markdown==3.6.*
bleach==6.1.*
python-ldap==3.4.*
pypinyin==0.50.*
pypinyin==0.52.*
PyMuPDF==1.24.*
dnspython==2.6.*

View File

@ -4,7 +4,6 @@ mock
nose
exam
splinter
pytest==7.4.4
pytest
pytest-django
selenium
PyMuPDF==1.24.3