summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-03-24 13:50:36 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-03-24 13:50:36 +0000
commitc464316957f9c4b158331d080263fb02f1f17066 (patch)
tree6b5bcdebd5d8580a5d46dc7339a40ad72cee8fef
parentd88cccb45703818b4d50df4ea525e4c6ba4f5adb (diff)
downloadpython-neutronclient-4.1.2.tar.gz
Updated from global requirements4.1.2
Change-Id: Ice28e51dd56ce226bea58ef540661a53ada37282
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index c1142eb..cc6fd9d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6 # Apache-2.0
-cliff!=1.16.0,>=1.15.0 # Apache-2.0
+cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
iso8601>=0.1.9 # MIT
netaddr!=0.7.16,>=0.7.12 # BSD