Updated from global requirements
Change-Id: I78b759bf5eba1635b12f8426090d1885aeccbdca
This commit is contained in:
parent
70f831d7bf
commit
2d6e95db40
@ -4,7 +4,7 @@
|
||||
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
||||
|
||||
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
|
||||
eventlet!=0.18.3,<0.21.0,>=0.18.2 # MIT
|
||||
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
|
||||
httplib2>=0.7.5 # MIT
|
||||
netaddr!=0.7.16,>=0.7.13 # BSD
|
||||
tenacity>=3.2.1 # Apache-2.0
|
||||
@ -12,17 +12,17 @@ SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
||||
six>=1.9.0 # MIT
|
||||
stevedore>=1.20.0 # Apache-2.0
|
||||
neutron-lib>=1.7.0 # Apache-2.0
|
||||
osc-lib>=1.2.0 # Apache-2.0
|
||||
python-openstackclient>=3.3.0,!=3.10.0 # Apache-2.0
|
||||
osc-lib>=1.5.1 # Apache-2.0
|
||||
python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
|
||||
oslo.concurrency>=3.8.0 # Apache-2.0
|
||||
oslo.config>=3.22.0 # Apache-2.0
|
||||
oslo.db>=4.21.1 # Apache-2.0
|
||||
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
|
||||
oslo.db>=4.24.0 # Apache-2.0
|
||||
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
||||
oslo.log>=3.22.0 # Apache-2.0
|
||||
oslo.serialization>=1.10.0 # Apache-2.0
|
||||
oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
|
||||
oslo.service>=1.10.0 # Apache-2.0
|
||||
oslo.utils>=3.20.0 # Apache-2.0
|
||||
oslo.vmware>=2.17.0 # Apache-2.0
|
||||
PrettyTable<0.8,>=0.7.1 # BSD
|
||||
tooz>=1.47.0 # Apache-2.0
|
||||
tooz!=1.57.4,>=1.47.0 # Apache-2.0
|
||||
decorator>=3.4.0 # BSD
|
||||
|
@ -8,22 +8,22 @@ fixtures>=3.0.0 # Apache-2.0/BSD
|
||||
flake8-import-order==0.12 # LGPLv3
|
||||
mock>=2.0 # BSD
|
||||
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||
sphinx!=1.6.1,>=1.5.1 # BSD
|
||||
sphinx>=1.6.2 # BSD
|
||||
psycopg2>=2.5 # LGPL/ZPL
|
||||
PyMySQL>=0.7.6 # MIT License
|
||||
oslosphinx>=4.7.0 # Apache-2.0
|
||||
oslotest>=1.10.0 # Apache-2.0
|
||||
oslo.privsep>=1.9.0 # Apache-2.0
|
||||
pyroute2>=0.4.15 # Apache-2.0 (+ dual licensed GPL2)
|
||||
oslo.privsep!=1.17.0,>=1.9.0 # Apache-2.0
|
||||
pyroute2>=0.4.17 # Apache-2.0 (+ dual licensed GPL2)
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testresources>=0.2.4 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
WebTest>=2.0 # MIT
|
||||
# This is needed for subunit-trace
|
||||
reno>=1.8.0 # Apache-2.0
|
||||
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
||||
bandit>=1.1.0 # Apache-2.0
|
||||
tempest>=14.0.0 # Apache-2.0
|
||||
tempest>=16.1.0 # Apache-2.0
|
||||
pylint==1.4.5 # GPLv2
|
||||
python-openstackclient>=3.3.0 # Apache-2.0
|
||||
python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0
|
||||
requests-mock>=1.1 # Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user