mirror of https://github.com/zulip/zulip.git
requirements: Upgrade ndg-httpsclient to 0.4.3.
This commit is contained in:
parent
7dbef90efa
commit
e011dd6f21
|
@ -96,7 +96,7 @@ oauthlib==2.0.2
|
||||||
|
|
||||||
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
||||||
# Needed by requests to send https request to some sites.
|
# Needed by requests to send https request to some sites.
|
||||||
ndg-httpsclient==0.4.2
|
ndg-httpsclient==0.4.3
|
||||||
|
|
||||||
# Needed to access rabbitmq
|
# Needed to access rabbitmq
|
||||||
pika==0.10.0
|
pika==0.10.0
|
||||||
|
|
|
@ -81,7 +81,7 @@ markupsafe==1.0
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
moto==1.0.1
|
moto==1.0.1
|
||||||
mypy_extensions==0.3.0
|
mypy_extensions==0.3.0
|
||||||
ndg-httpsclient==0.4.2
|
ndg-httpsclient==0.4.3
|
||||||
oauth2client==4.1.2
|
oauth2client==4.1.2
|
||||||
oauthlib==2.0.2
|
oauthlib==2.0.2
|
||||||
olefile==0.44 # via pillow
|
olefile==0.44 # via pillow
|
||||||
|
|
|
@ -58,7 +58,7 @@ markdown==2.6.9 # via markdown-include
|
||||||
markupsafe==1.0
|
markupsafe==1.0
|
||||||
mock==2.0.0
|
mock==2.0.0
|
||||||
mypy_extensions==0.3.0
|
mypy_extensions==0.3.0
|
||||||
ndg-httpsclient==0.4.2
|
ndg-httpsclient==0.4.3
|
||||||
oauth2client==4.1.2
|
oauth2client==4.1.2
|
||||||
oauthlib==2.0.2
|
oauthlib==2.0.2
|
||||||
olefile==0.44 # via pillow
|
olefile==0.44 # via pillow
|
||||||
|
|
Loading…
Reference in New Issue