summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-03 20:19:58 +0000
committerGerrit Code Review <review@openstack.org>2017-05-03 20:19:58 +0000
commitca0a1128f91aa5f54b9f57fedf2f5db4b6f82e20 (patch)
treedf5985be3cb3c3a7d9094ee24bec3d57ddabb6bc
parent24dbd37021d71627a0263db22e877d10ee31f526 (diff)
parent2f6056f4e1c7737ffeceee5f0af743b4fc7b5b86 (diff)
downloadtrove-ca0a1128f91aa5f54b9f57fedf2f5db4b6f82e20.tar.gz
Merge "Updated from global requirements" into stable/ocata
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a981946c..48d91742 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
SQLAlchemy<1.1.0,>=1.0.10 # MIT
eventlet!=0.18.3,>=0.18.2 # MIT
keystonemiddleware>=4.12.0 # Apache-2.0