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:
Vishnu Ks
2018-07-30 10:49:32 +00:00
committed by Tim Abbott
parent e466400799
commit ba8dcbff0d
3 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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