summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorDoug Hellmann <doug@doughellmann.com>2014-10-24 09:26:40 -0400
committerRoman Podoliaka <rpodolyaka@mirantis.com>2014-11-08 12:58:23 +0000
commit20991774b8d6659de6b755ebf2dde044f77cc319 (patch)
treebadc2db33d9aacd02e288a25ff7e3653c2640853 /requirements.txt
parent8bb12c02d44652b488627d0bbd0f3f131322fcd9 (diff)
downloadoslo-db-20991774b8d6659de6b755ebf2dde044f77cc319.tar.gz
Add pbr to installation requirements
Add pbr to the list of installation requirements so that it is installed via pip before this library is installed, instead of with easy_install. This avoids issues like Bug #1384919, and ensures that projects that use this library as a dependency are properly installed. Related-Bug: #1384919 Change-Id: I6c155370dbd01fe4748d5137bdf288e8d3e1a67e
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 24d3452..69e64bf 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
alembic>=0.6.4
Babel>=1.3
iso8601>=0.1.9