mirror of https://github.com/zulip/zulip.git
requirements: Move PyJWT to common.txt.
This commit is contained in:
parent
ea55b372ac
commit
8a2b7751a5
|
@ -74,6 +74,9 @@ google-api-python-client==1.6.2
|
|||
html2text==2016.9.19
|
||||
httplib2==0.10.3
|
||||
|
||||
# Needed for JWT-based auth
|
||||
PyJWT==1.4.2
|
||||
|
||||
# Needed for USING_MANDRILL option for outgoing email
|
||||
mandrill==1.0.57
|
||||
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
social-auth-core==1.2.0
|
||||
social-auth-app-django==1.1.0
|
||||
python-openid==2.2.5
|
||||
PyJWT==1.4.2
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
social-auth-core==1.2.0
|
||||
social-auth-app-django==1.1.0
|
||||
python3-openid==3.0.10
|
||||
PyJWT==1.4.2
|
||||
|
|
Loading…
Reference in New Issue