Updated from global requirements

Change-Id: I6c03317b593e8a780da6b2d010ba81ff7df43f9f
This commit is contained in:
OpenStack Proposal Bot 2016-07-09 19:26:45 +00:00
parent 7bcd5892b3
commit ffe44caef2
3 changed files with 5 additions and 2 deletions

View File

@ -6,4 +6,4 @@ pbr>=1.6 # Apache-2.0
openstacksdk>=0.8.6 # Apache-2.0
osc-lib>=0.1.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.utils>=3.14.0 # Apache-2.0
oslo.utils>=3.15.0 # Apache-2.0

View File

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

View File

@ -1,3 +1,6 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking<0.12,>=0.11.0 # Apache-2.0
coverage>=3.6 # Apache-2.0