summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-05-15 18:13:21 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-05-15 18:13:21 +0000
commit67b3a296026e782669c95c4f140bae71addf5f50 (patch)
tree6da99363b749ad055231667559eb852cef895e9a
parent006d34d84cf0bbc8581cb7fe685fd9a7762659ac (diff)
downloadpython-barbicanclient-stable/liberty.tar.gz
Updated from global requirementsliberty-eolstable/liberty
Change-Id: I9414aa2bdb17c9061bf040d45fb8b67c80951798
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index 11cc1ef..2ba61d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,10 +3,10 @@
# process, which may cause wedges in the gate later.
pbr>=1.6
argparse
-requests!=2.8.0,>=2.5.2
+requests!=2.8.0,!=2.9.0,>=2.5.2
six>=1.9.0
-python-keystoneclient!=1.8.0,>=1.6.0
-cliff>=1.14.0 # Apache-2.0
+python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
+cliff!=1.16.0,!=1.17.0,>=1.14.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0