Updated from global requirements

Change-Id: Idfdff7671dd1e439491e14d42afe47b60d70f58d
This commit is contained in:
OpenStack Proposal Bot 2015-12-13 10:36:52 +00:00
parent 9c3fedeceb
commit 82efffb846
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,8 +3,8 @@
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
flake8
mock
flake8<=2.4.1,>=2.2.4
mock>=1.2
nose
coverage>=3.6
#discover