summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-09 18:22:32 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-09 18:22:32 +0000
commit881260505cb6019da7f503e33852deff4e1e2ba8 (patch)
tree9aa43f26143a06666ce4e268806f2bb1e049221f
parent7d140d0896fe54c4fc03fa501544da4e67d666c6 (diff)
downloadpython-cinderclient-881260505cb6019da7f503e33852deff4e1e2ba8.tar.gz
Updated from global requirements
Change-Id: I0d53f5dec6852ea00dfd18c8604c28c03205f7d5
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 96dd122..a9d9d5a 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>=1.8 # Apache-2.0
+pbr<2.0.0,>=1.8 # Apache-2.0
PrettyTable<0.8,>=0.7.1 # BSD
keystoneauth1>=2.18.0 # Apache-2.0
requests!=2.12.2,>=2.10.0 # Apache-2.0