summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-02-11 17:51:53 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-02-11 17:51:53 +0000
commit540f9ceb461e4ad55b83e873419f46d5b75bcac8 (patch)
tree24736fc2682f3c233d7a4702d36c55941226b984 /requirements.txt
parent814ae2986fa5f5d4ef62b3a2da06aa07c3cf1574 (diff)
downloadpython-novaclient-540f9ceb461e4ad55b83e873419f46d5b75bcac8.tar.gz
Updated from global requirements
Change-Id: I4d6f4532055172f1c5ba5ff47c0a216890a48480
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index bd75322c..05732771 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+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.3.4 # BSD