summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-05-18 23:18:32 +0000
committerGerrit Code Review <review@openstack.org>2016-05-18 23:18:32 +0000
commit0cdcfb5988f57da80551b1a11fcd3d96d0baf1d8 (patch)
treee951283ba47e53dd298860960122cf3a0b3fff25
parent729b8f8474e6653cdd9eb34c6c2b558024c1ddcb (diff)
parente992c009620437a90e03547193bcc34f3987828b (diff)
downloadpython-cinderclient-1.7.0.tar.gz
Merge "Updated from global requirements"1.7.0
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index deaadf1..a959474 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,8 +3,8 @@
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
PrettyTable<0.8,>=0.7 # BSD
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
simplejson>=2.2.0 # MIT
Babel>=2.3.4 # BSD
six>=1.9.0 # MIT