1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-28 11:15:58 +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==4.2.*
django-statici18n==2.3.* django-statici18n==2.5.*
django_webpack_loader==1.7.* django_webpack_loader==1.7.*
django_picklefield==3.1 django_picklefield==3.2.*
django_formtools==2.4 django_formtools==2.5.*
django_simple_captcha==0.6.* django_simple_captcha==0.6.*
djangosaml2==1.5.* djangosaml2==1.9.*
djangorestframework==3.14.* djangorestframework==3.15.*
python-dateutil==2.8.* python-dateutil==2.9.*
pyjwt==2.6.* pyjwt==2.9.*
pycryptodome==3.20.* pycryptodome==3.20.*
python-cas==1.6.* python-cas==1.6.*
pysaml2==7.2.* pysaml2==7.3.*
requests==2.31.* requests==2.32.*
requests_oauthlib==1.3.* requests_oauthlib==2.0.*
future==0.18.* future==1.0.*
gunicorn==20.1.* gunicorn==23.0.*
mysqlclient==2.1.* mysqlclient==2.2.*
qrcode==7.3.* qrcode==7.4.*
pillow==10.2.* pillow==10.4.*
chardet==5.1.* chardet==5.2.*
cffi==1.15.1 cffi==1.17.0
captcha==0.5.* captcha==0.6.*
openpyxl==3.0.* openpyxl==3.1.*
Markdown==3.4.* Markdown==3.6.*
bleach==5.0.* bleach==6.1.*
python-ldap==3.4.* python-ldap==3.4.*
pypinyin==0.50.* pypinyin==0.52.*
PyMuPDF==1.24.* PyMuPDF==1.24.*
dnspython==2.6.* dnspython==2.6.*

View File

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