Updated from global requirements
Change-Id: I5f55ed9677cb481217044c388552e67074fef3ea
This commit is contained in:
parent
a89ac06029
commit
1e69fe55e3
@ -2,20 +2,20 @@
|
||||
# of appearance. Changing the order has an impact on the overall integration
|
||||
# process, which may cause wedges in the gate later.
|
||||
|
||||
pbr>=1.6
|
||||
pbr>=1.6 # Apache-2.0
|
||||
|
||||
stevedore>=1.5.0 # Apache-2.0
|
||||
netaddr!=0.7.16,>=0.7.12
|
||||
six>=1.9.0
|
||||
netaddr!=0.7.16,>=0.7.12 # BSD
|
||||
six>=1.9.0 # MIT
|
||||
|
||||
oslo.i18n>=1.5.0 # Apache-2.0
|
||||
oslo.utils>=3.2.0 # Apache-2.0
|
||||
|
||||
# for the routing notifier
|
||||
PyYAML>=3.1.0
|
||||
PyYAML>=3.1.0 # MIT
|
||||
|
||||
suds-jurko>=0.6
|
||||
eventlet>=0.17.4
|
||||
requests!=2.9.0,>=2.8.1
|
||||
urllib3>=1.8.3
|
||||
suds-jurko>=0.6 # LGPL
|
||||
eventlet>=0.17.4 # MIT
|
||||
requests!=2.9.0,>=2.8.1 # Apache-2.0
|
||||
urllib3>=1.8.3 # MIT
|
||||
oslo.concurrency>=2.3.0 # Apache-2.0
|
||||
|
@ -5,22 +5,22 @@
|
||||
# Hacking already pins down pep8, pyflakes and flake8
|
||||
hacking<0.11,>=0.10.0
|
||||
|
||||
discover
|
||||
fixtures>=1.3.1
|
||||
mock>=1.2
|
||||
mox3>=0.7.0
|
||||
python-subunit>=0.0.18
|
||||
testrepository>=0.0.18
|
||||
testscenarios>=0.4
|
||||
testtools>=1.4.0
|
||||
discover # BSD
|
||||
fixtures>=1.3.1 # Apache-2.0/BSD
|
||||
mock>=1.2 # BSD
|
||||
mox3>=0.7.0 # Apache-2.0
|
||||
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
|
||||
|
||||
# when we can require tox>= 1.4, this can go into tox.ini:
|
||||
# [testenv:cover]
|
||||
# deps = {[testenv]deps} coverage
|
||||
coverage>=3.6
|
||||
coverage>=3.6 # Apache-2.0
|
||||
|
||||
# this is required for the docs build jobs
|
||||
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
||||
|
||||
bandit>=0.13.2
|
||||
bandit>=0.13.2 # Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user