summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-25 08:22:56 +0000
committerGerrit Code Review <review@openstack.org>2014-10-25 08:22:56 +0000
commit3fa67039027ce59027d2e56ebd64bc8f0c44b347 (patch)
tree3619e5c9ab6f836c8970959c485cafd696a90139
parentde30b78317655d7564f5942eef82f68a413e9553 (diff)
parent78adfc42ef28482439767d80dfa9a24aa6eff5a1 (diff)
downloadoslo-concurrency-3fa67039027ce59027d2e56ebd64bc8f0c44b347.tar.gz
Merge "Add pbr to installation requirements"
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index b2525ce..b1a8722 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
+pbr>=0.6,!=0.7,<1.0
Babel>=1.3
iso8601>=0.1.9
fixtures>=0.3.14