mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
Add socialauth requirements file.
This commit is contained in:
@@ -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
|
||||
|
||||
3
requirements/py2_socialauth.txt
Normal file
3
requirements/py2_socialauth.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
python_social_auth==0.2.19
|
||||
python-openid>=2.2.5
|
||||
PyJWT>=1.4.0
|
||||
@@ -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
|
||||
|
||||
3
requirements/py3_socialauth.txt
Normal file
3
requirements/py3_socialauth.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
python_social_auth==0.2.19
|
||||
python3-openid>=3.0.9
|
||||
PyJWT>=1.4.0
|
||||
Reference in New Issue
Block a user