Add socialauth requirements file.

This commit is contained in:
Umair Khan 2016-07-20 15:16:02 +05:00 committed by Tim Abbott
parent 4bd0ccb6af
commit 2df62d4539
4 changed files with 12 additions and 0 deletions

View File

@ -8,3 +8,6 @@ python-ldap==2.4.26
# need for ipython, only on python 2
backports.shutil_get_terminal_size==1.0.0
# Install Python Social Auth
-r py2_socialauth.txt

View File

@ -0,0 +1,3 @@
python_social_auth==0.2.19
python-openid>=2.2.5
PyJWT>=1.4.0

View File

@ -5,3 +5,6 @@ py3dns==3.1.0
# Needed for LDAP integration
pyldap==2.4.25.1
# Install Python Social Auth
-r py3_socialauth.txt

View File

@ -0,0 +1,3 @@
python_social_auth==0.2.19
python3-openid>=3.0.9
PyJWT>=1.4.0