summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 23:38:53 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-05-15 23:38:53 +0000
commit0c8a457da182be28d3d4d0eb33cbaeeb4156b307 (patch)
tree1c982d52766f00f2e9e475b2c4d1feb7982cb028
parent30221726b06c0340ed944a42538ff7a864c8248b (diff)
downloadpython-neutronclient-0c8a457da182be28d3d4d0eb33cbaeeb4156b307.tar.gz
Updated from global requirementsocata-em6.1.1
Change-Id: I3d79041a419366907112a735b6343f530bd056ca
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 3819ff1..8b8b8c1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
-pbr<2.0.0,>=1.8 # Apache-2.0
+pbr>=1.8 # Apache-2.0
cliff>=2.3.0 # Apache-2.0
debtcollector>=1.2.0 # Apache-2.0
iso8601>=0.1.11 # MIT