mirror of https://github.com/zulip/zulip.git
Outgoing Webhook System: Add ndg-httpsclient requirement.
This commit is contained in:
parent
d1a36b5279
commit
023730447e
|
@ -92,6 +92,10 @@ oauthlib==2.0.2
|
|||
# Required for Pillow==4.0.0
|
||||
olefile==0.44
|
||||
|
||||
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
||||
# Needed by requests to send https request to some sites.
|
||||
ndg-httpsclient==0.4.2
|
||||
|
||||
# Needed for mock>1.1.2
|
||||
pbr==3.0.0
|
||||
|
||||
|
|
Loading…
Reference in New Issue