Updated from global requirements

Change-Id: I5a436c812798431e1b0cc1d413431602ab04d177
This commit is contained in:
OpenStack Proposal Bot 2017-11-01 13:38:18 +00:00
parent 0ecce126dc
commit eaee8c17e7
3 changed files with 16 additions and 16 deletions

View File

@ -1,17 +1,17 @@
# 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.
cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
pyasn1 # BSD
pyasn1-modules # BSD
WebOb>=1.6.0 # MIT
cryptography!=2.0,>=1.9 # BSD/Apache-2.0
pyasn1!=0.2.3,>=0.1.8 # BSD
pyasn1-modules>=0.0.6 # BSD
WebOb>=1.7.1 # MIT
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
Paste # MIT
netaddr!=0.7.16,>=0.7.13 # BSD
Paste>=2.0.2 # MIT
netaddr>=0.7.18 # BSD
ldap3>=1.0.2 # LGPLv3
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
stevedore>=1.17.1 # Apache-2.0
requests>=2.14.2 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
pycadf!=2.0.0,>=1.1.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.messaging>=5.14.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
oslo.config>=4.6.0 # Apache-2.0
oslo.messaging>=5.29.0 # Apache-2.0
oslo.utils>=3.28.0 # Apache-2.0

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

@ -1,18 +1,18 @@
# 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.
coverage>=4.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
hacking<0.10,>=0.9.2
mock>=2.0 # BSD
mock>=2.0.0 # BSD
python-subunit>=0.0.18 # Apache-2.0/BSD
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
requests-mock>=1.1 # Apache-2.0
requests-mock>=1.1.0 # Apache-2.0
# Documentation build requirements
sphinx>=1.5.1 # BSD
sphinx>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0