mirror of https://github.com/zulip/zulip.git
Add socialauth requirements file.
This commit is contained in:
parent
4bd0ccb6af
commit
2df62d4539
|
@ -8,3 +8,6 @@ python-ldap==2.4.26
|
||||||
|
|
||||||
# need for ipython, only on python 2
|
# need for ipython, only on python 2
|
||||||
backports.shutil_get_terminal_size==1.0.0
|
backports.shutil_get_terminal_size==1.0.0
|
||||||
|
|
||||||
|
# Install Python Social Auth
|
||||||
|
-r py2_socialauth.txt
|
||||||
|
|
|
@ -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
|
# Needed for LDAP integration
|
||||||
pyldap==2.4.25.1
|
pyldap==2.4.25.1
|
||||||
|
|
||||||
|
# Install Python Social Auth
|
||||||
|
-r py3_socialauth.txt
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
python_social_auth==0.2.19
|
||||||
|
python3-openid>=3.0.9
|
||||||
|
PyJWT>=1.4.0
|
Loading…
Reference in New Issue