Updated from global requirements

Change-Id: I6b212eff61ed51f24f5f716e4c776f3cc6e339de
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:15:32 +00:00
parent e2a50cac93
commit b3846ba908
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
alembic>=0.8.0
pecan>=1.0.0
pbr<2.0,>=1.6
pbr>=1.6
SQLAlchemy<1.1.0,>=0.9.9
anyjson>=0.3.3
Babel>=1.3

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=1.3'],
setup_requires=['pbr>=1.8'],
pbr=True)