diff options
author | Monty Taylor <mordred@inaugust.com> | 2017-04-21 10:01:30 -0500 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2017-04-21 10:01:30 -0500 |
commit | ff1eff18d9815ffa2588034769c842615e76507d (patch) | |
tree | 1bd4ff0f8c6c990d6b140c1375f9b34cfd0decd5 /requirements.txt | |
parent | 2ed7d2b5d078c7e5c4b4e7af434e2809bb22292e (diff) | |
download | python-novaclient-ff1eff18d9815ffa2588034769c842615e76507d.tar.gz |
Remove direct dependency on requests
keystoneauth is the library that pulls in requests. If we have client
libraries also depend directly on requests, we can get into situations
for end users in installations where, because of sequencing of client
library releases there are conflicting versions of requests needed and
pkg_resources/entrypoints break.
Remove the direct depend and let keystoneauth pull it in for us.
Change-Id: I76fe89f9c166e61971b5c116c7f01fbd5ccb5cf7
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index fed24282..6a18a464 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ oslo.i18n>=2.1.0 # Apache-2.0 oslo.serialization>=1.10.0 # Apache-2.0 oslo.utils>=3.20.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 simplejson>=2.2.0 # MIT six>=1.9.0 # MIT Babel!=2.4.0,>=2.3.4 # BSD |