mirror of https://github.com/zulip/zulip.git
requirements: Upgrade pyasn1-modules to 0.0.11.
This commit is contained in:
parent
63e48daf96
commit
79c2216850
|
@ -94,7 +94,7 @@ pika==0.10.0
|
||||||
psycopg2==2.7.3
|
psycopg2==2.7.3
|
||||||
|
|
||||||
pyasn1==0.3.2
|
pyasn1==0.3.2
|
||||||
pyasn1-modules==0.0.9
|
pyasn1-modules==0.0.11
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
||||||
# Needed for memcached usage
|
# Needed for memcached usage
|
||||||
|
|
|
@ -64,7 +64,7 @@ prompt-toolkit==1.0.14 # via ipython
|
||||||
psycopg2==2.7.3
|
psycopg2==2.7.3
|
||||||
ptyprocess==0.5.1 # via pexpect
|
ptyprocess==0.5.1 # via pexpect
|
||||||
py3dns==3.1.0
|
py3dns==3.1.0
|
||||||
pyasn1-modules==0.0.9
|
pyasn1-modules==0.0.11
|
||||||
pyasn1==0.3.2
|
pyasn1==0.3.2
|
||||||
pycparser==2.17 # via cffi
|
pycparser==2.17 # via cffi
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
Loading…
Reference in New Issue