Updated from global requirements

Change-Id: I0cb372a4646d83dea842a1afd58d5dc68aff47cd
This commit is contained in:
OpenStack Proposal Bot 2018-01-22 10:50:46 +00:00
parent 15cd422773
commit 686e1cb309
3 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@
pbr!=2.1.0,>=2.0.0 # Apache-2.0
botocore>=1.5.1 # Apache-2.0
oslo.config>=5.1.0 # Apache-2.0
oslo.log>=3.30.0 # Apache-2.0
oslo.log>=3.36.0 # Apache-2.0
six>=1.10.0 # MIT
testtools>=2.2.0 # MIT
paramiko>=2.0.0 # LGPLv2.1+
netaddr>=0.7.18 # BSD
paramiko>=2.0.0 # LGPLv2.1+
netaddr>=0.7.18 # BSD

View File

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

View File

@ -2,4 +2,4 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.12.0,<0.13 # Apache-2.0
hacking<0.13,>=0.12.0 # Apache-2.0