1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-03 20:41:20 +00:00

Fix req version (#4519)

* add requests_oauthlib

* fix django-post_office version
This commit is contained in:
sniper-py 2020-04-10 12:18:22 +08:00 committed by GitHub
parent 605068cb7a
commit 2d38976b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
Django==1.11.25 Django==1.11.29
future future
captcha captcha
django-statici18n django-statici18n
django-post_office django-post_office==3.3.0
django-webpack_loader django-webpack_loader
gunicorn gunicorn
pymysql pymysql
@ -17,3 +17,4 @@ requests
pillow pillow
pyjwt pyjwt
pycryptodome pycryptodome
requests_oauthlib