summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-20 23:11:16 -0700
committerMonty Taylor <mordred@inaugust.com>2013-04-27 11:56:07 -0400
commit91e4715c141874e6caeffb4056981efef9c781e1 (patch)
tree2fe33677c82c1d690d76eab793ce9a707e79677a /tools
parent327dd586856109d557eca3669ba9fbd9387be7fb (diff)
downloadtuskar-ui-91e4715c141874e6caeffb4056981efef9c781e1.tar.gz
Migrate to PBR for build tooling.
pbr is the library-ified version of the code that was in openstack.common.setup and version. It builds on top of d2to1 to provide declarative build configuration. Change-Id: Ic264fa33e17fe5fdc71d8c53412495b069ab74a4
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 29e2cdd3..cd8395f0 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,3 +1,6 @@
+d2to1>=0.2.10,<0.3
+pbr>=0.5,<0.6
+
# Horizon Core Requirements
Django>=1.4,<1.5
django_compressor