requirements: Move PyJWT to common.txt.

This commit is contained in:
hackerkid 2017-02-28 04:16:21 +05:30 committed by Tim Abbott
parent ea55b372ac
commit 8a2b7751a5
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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