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:
parent
605068cb7a
commit
2d38976b86
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user