mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 04:23:46 +00:00
requirements: Upgrade ndg-httpsclient to 0.5.1.
Some minor changes. * Clean up handling for description file - pull in content from this file into setup() * Allows the nightly build to fail * Add Trove version classifiers to make it explicit what is supported * Add python_requires to help pip * Drop support for EOL Python 2.6 and 3.3
This commit is contained in:
@@ -92,7 +92,7 @@ oauthlib==2.1.0
|
||||
|
||||
# Enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
|
||||
# Needed by requests to send https request to some sites.
|
||||
ndg-httpsclient==0.5.0
|
||||
ndg-httpsclient==0.5.1
|
||||
|
||||
# Needed to access rabbitmq
|
||||
# See #8466 for why we're not using the latest version.
|
||||
|
||||
@@ -97,7 +97,7 @@ mock==2.0.0
|
||||
moto==1.3.3
|
||||
mypy==0.620
|
||||
mypy_extensions==0.3.0
|
||||
ndg-httpsclient==0.5.0
|
||||
ndg-httpsclient==0.5.1
|
||||
oauth2client==4.1.2
|
||||
oauthlib==2.1.0
|
||||
packaging==16.8 # via sphinx
|
||||
|
||||
@@ -69,7 +69,7 @@ markdown==2.6.11
|
||||
markupsafe==1.0
|
||||
mock==2.0.0
|
||||
mypy_extensions==0.3.0
|
||||
ndg-httpsclient==0.5.0
|
||||
ndg-httpsclient==0.5.1
|
||||
oauth2client==4.1.2
|
||||
oauthlib==2.1.0
|
||||
parso==0.1.0 # via jedi
|
||||
|
||||
Reference in New Issue
Block a user