Updated from global requirements
Change-Id: I6c03317b593e8a780da6b2d010ba81ff7df43f9f
This commit is contained in:
parent
7bcd5892b3
commit
ffe44caef2
@ -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
|
||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
||||
pass
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
setup_requires=['pbr>=1.8'],
|
||||
pbr=True)
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user