Updated from global requirements

Change-Id: I31d95ad8cf04f1a945b9e609d3d1be5fc63f73cb
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:46:57 +00:00
parent d2698b5ab7
commit f0185f591c
2 changed files with 2 additions and 2 deletions

View File

@ -29,5 +29,5 @@ six>=1.9.0 # MIT
taskflow>=2.7.0 # Apache-2.0
WSME>=0.8 # MIT
keystonemiddleware>=4.12.0 # Apache-2.0
stevedore>=1.17.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
automaton>=0.5.0 # Apache-2.0

View File

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