mirror of https://github.com/zulip/zulip.git
requirements: Upgrade py3dns to 3.2.0.
A bunch of minor bug fixes.
This commit is contained in:
parent
d58cb80f9d
commit
77f88ca0d7
|
@ -176,7 +176,7 @@ pyoembed==0.1.2
|
|||
-e "git+https://github.com/zulip/python-zulip-api.git@0.5.2#egg=zulip_bots==0.5.2+git&subdirectory=zulip_bots"
|
||||
|
||||
# Used for Hesiod lookups, etc.
|
||||
py3dns==3.1.0
|
||||
py3dns==3.2.0
|
||||
|
||||
# Install Python Social Auth
|
||||
social-auth-app-django==2.1.0
|
||||
|
|
|
@ -115,7 +115,7 @@ premailer==3.2.0
|
|||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.5
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
py3dns==3.1.0
|
||||
py3dns==3.2.0
|
||||
pyaml==17.10.0 # via moto
|
||||
pyasn1-modules==0.2.1
|
||||
pyasn1==0.4.3
|
||||
|
|
|
@ -84,7 +84,7 @@ premailer==3.2.0
|
|||
prompt-toolkit==1.0.15 # via ipython
|
||||
psycopg2==2.7.5
|
||||
ptyprocess==0.5.2 # via pexpect
|
||||
py3dns==3.1.0
|
||||
py3dns==3.2.0
|
||||
pyasn1-modules==0.2.1
|
||||
pyasn1==0.4.3
|
||||
pycparser==2.18 # via cffi
|
||||
|
|
Loading…
Reference in New Issue