Updated from global requirements

Change-Id: I46c49cb556869e99abaf3022858c56cc6d4e8d1d
This commit is contained in:
OpenStack Proposal Bot 2017-03-10 03:31:33 +00:00
parent 53565dfd97
commit 3be5ce5bfb
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -8,7 +8,7 @@ flake8-docstrings==0.2.1.post1 # MIT
coverage>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
sphinx>=1.5.1 # BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT