Updated from global requirements
Change-Id: Ib84e3c1cad6a92bcffdc3fa594345f675982187e
This commit is contained in:
parent
5142636240
commit
a07c7b146d
@ -2,28 +2,28 @@
|
|||||||
# of appearance. Changing the order has an impact on the overall integration
|
# of appearance. Changing the order has an impact on the overall integration
|
||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
pbr>=1.6
|
pbr>=1.6 # Apache-2.0
|
||||||
Babel>=1.3
|
Babel>=2.3.4 # BSD
|
||||||
lxml>=2.3
|
lxml>=2.3 # BSD
|
||||||
python-ceilometerclient>=2.2.1 # Apache-2.0
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
||||||
python-cinderclient>=1.3.1 # Apache-2.0
|
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
|
||||||
python-dateutil>=2.4.2
|
python-dateutil>=2.4.2 # BSD
|
||||||
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
|
python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0
|
||||||
python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0
|
python-neutronclient>=5.1.0 # Apache-2.0
|
||||||
python-novaclient>=2.26.0
|
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|
||||||
python-heatclient>=1.1.0 # Apache-2.0
|
python-heatclient>=1.4.0 # Apache-2.0
|
||||||
pyzabbix>=0.7.4 # LGPL
|
pyzabbix>=0.7.4 # LGPL
|
||||||
networkx>=1.10
|
networkx>=1.10 # BSD
|
||||||
oslo.config>=2.7.0 # Apache-2.0
|
oslo.config>=3.14.0 # Apache-2.0
|
||||||
oslo.messaging>=4.5.0 # Apache-2.0
|
oslo.messaging>=5.2.0 # Apache-2.0
|
||||||
oslo.log>=1.12.0 # Apache-2.0
|
oslo.log>=1.14.0 # Apache-2.0
|
||||||
oslo.policy>=0.3.0
|
oslo.policy>=1.9.0 # Apache-2.0
|
||||||
oslo.service>=1.0.0 # Apache-2.0
|
oslo.service>=1.10.0 # Apache-2.0
|
||||||
oslo.i18n>=2.1.0
|
oslo.i18n>=2.1.0 # Apache-2.0
|
||||||
pecan>=0.8.0
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,>=1.0.0 # BSD
|
||||||
PasteDeploy>=1.5.0
|
PasteDeploy>=1.5.0 # MIT
|
||||||
Werkzeug>=0.7
|
Werkzeug>=0.7 # BSD License
|
||||||
keystonemiddleware>=2.3.0
|
keystonemiddleware!=4.1.0,!=4.5.0,>=4.0.0 # Apache-2.0
|
||||||
stevedore>=1.5.0 # Apache-2.0
|
stevedore>=1.16.0 # Apache-2.0
|
||||||
voluptuous>=0.8.8
|
voluptuous>=0.8.9 # BSD License
|
||||||
sympy>=0.7.6.1
|
sympy>=0.7.6 # BSD
|
||||||
|
2
setup.py
2
setup.py
@ -25,5 +25,5 @@ except ImportError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
setup_requires=['pbr'],
|
setup_requires=['pbr>=1.8'],
|
||||||
pbr=True)
|
pbr=True)
|
||||||
|
@ -3,31 +3,31 @@
|
|||||||
# process, which may cause wedges in the gate later.
|
# process, which may cause wedges in the gate later.
|
||||||
|
|
||||||
hacking<0.11,>=0.10.0
|
hacking<0.11,>=0.10.0
|
||||||
python-dateutil>=2.4.2
|
python-dateutil>=2.4.2 # BSD
|
||||||
coverage>=3.6
|
coverage>=3.6 # Apache-2.0
|
||||||
lxml>=2.3
|
lxml>=2.3 # BSD
|
||||||
networkx>=1.10
|
networkx>=1.10 # BSD
|
||||||
python-ceilometerclient>=2.2.1 # Apache-2.0
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
||||||
python-cinderclient>=1.3.1 # Apache-2.0
|
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
|
||||||
python-neutronclient!=4.1.0,>=2.6.0 # Apache-2.0
|
python-neutronclient>=5.1.0 # Apache-2.0
|
||||||
python-novaclient>=2.26.0
|
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0
|
||||||
python-heatclient>=1.1.0 # Apache-2.0
|
python-heatclient>=1.4.0 # Apache-2.0
|
||||||
python-subunit>=0.0.18
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
||||||
pyzabbix>=0.7.4 # LGPL
|
pyzabbix>=0.7.4 # LGPL
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
||||||
oslo.log>=1.12.0 # Apache-2.0
|
oslo.log>=1.14.0 # Apache-2.0
|
||||||
oslosphinx>=2.5.0 # Apache-2.0
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
||||||
oslotest>=1.10.0 # Apache-2.0
|
oslotest>=1.10.0 # Apache-2.0
|
||||||
oslo.service>=1.0.0 # Apache-2.0
|
oslo.service>=1.10.0 # Apache-2.0
|
||||||
oslo.config>=2.7.0 # Apache-2.0
|
oslo.config>=3.14.0 # Apache-2.0
|
||||||
oslo.messaging>=4.5.0 # Apache-2.0
|
oslo.messaging>=5.2.0 # Apache-2.0
|
||||||
oslo.i18n>=2.1.0
|
oslo.i18n>=2.1.0 # Apache-2.0
|
||||||
oslo.policy>=0.3.0
|
oslo.policy>=1.9.0 # Apache-2.0
|
||||||
pecan>=0.8.0
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,>=1.0.0 # BSD
|
||||||
tempest-lib>=0.14.0 # Apache-2.0
|
tempest-lib>=0.14.0 # Apache-2.0
|
||||||
testrepository>=0.0.18
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||||
testscenarios>=0.4
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
testtools>=1.4.0
|
testtools>=1.4.0 # MIT
|
||||||
stevedore>=1.5.0 # Apache-2.0
|
stevedore>=1.16.0 # Apache-2.0
|
||||||
voluptuous>=0.8.8
|
voluptuous>=0.8.9 # BSD License
|
||||||
sympy>=0.7.6.1
|
sympy>=0.7.6 # BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user