mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pyldap to 2.4.37.
This commit is contained in:
parent
b1acab45a9
commit
332ed4f986
|
@ -4,7 +4,7 @@
|
|||
py3dns==3.1.0
|
||||
|
||||
# Needed for LDAP integration
|
||||
pyldap==2.4.25.1
|
||||
pyldap==2.4.37
|
||||
|
||||
# Install Python Social Auth
|
||||
-r py3_socialauth.txt
|
||||
|
|
|
@ -70,8 +70,8 @@ pycparser==2.17 # via cffi
|
|||
pycrypto==2.6.1
|
||||
pydictionary==1.5.2
|
||||
pygments==2.2.0 # via ipython
|
||||
pyjwt==1.5.2 # via social-auth-core
|
||||
pyldap==2.4.25.1
|
||||
pyjwt==1.5.2
|
||||
pyldap==2.4.37
|
||||
pylibmc==1.5.2
|
||||
pyopenssl==17.0.0 # via ndg-httpsclient
|
||||
python-gcm==0.4
|
||||
|
|
Loading…
Reference in New Issue