summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-11 07:44:36 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-02-11 07:44:36 +0000
commit6810d96ea103b46b42de9073dd6c913b75626fb3 (patch)
treec47f3a97667a8fd1ed054370ace4da44b46b327c /requirements.txt
parent89372f1cb9b0ac062aecd715bd3e80ba436dd9a5 (diff)
downloadpython-neutronclient-6810d96ea103b46b42de9073dd6c913b75626fb3.tar.gz
Updated from global requirements
Change-Id: I4fe34e07dcb5ffd16f849e95483d5b4aaaf5102c
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 8704380..c5280b9 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.15.0 # Apache-2.0
+cliff!=1.16.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