dbf5c610de
rename cmd package to cli to prevent module collision when running unittests in pycharm Change-Id: I24625526b593eae3430c1e1320a1693bf590fe79
40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
# 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.
|
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
|
python-dateutil>=2.4.2 # BSD
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
|
lxml!=3.7.0,>=2.3 # BSD
|
|
networkx>=1.10 # BSD
|
|
python-ceilometerclient>=2.5.0 # Apache-2.0
|
|
python-cinderclient>=3.1.0 # Apache-2.0
|
|
python-neutronclient>=6.3.0 # Apache-2.0
|
|
python-novaclient>=9.0.0 # Apache-2.0
|
|
python-heatclient>=1.6.1 # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
pyzabbix>=0.7.4 # LGPL
|
|
oslo.log>=3.22.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
oslo.service>=1.10.0 # Apache-2.0
|
|
oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
|
|
oslo.messaging!=5.25.0,>=5.24.2 # Apache-2.0
|
|
oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
|
|
oslo.policy>=1.23.0 # Apache-2.0
|
|
pecan!=1.0.2,!=1.0.3,!=1.0.4,!=1.2,>=1.0.0 # BSD
|
|
requests-mock>=1.1 # Apache-2.0
|
|
tempest-lib>=0.14.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
testtools>=1.4.0 # MIT
|
|
stevedore>=1.20.0 # Apache-2.0
|
|
voluptuous>=0.8.9 # BSD License
|
|
sympy>=0.7.6 # BSD
|
|
reno!=2.3.1,>=1.8.0 # Apache-2.0
|
|
pysnmp>=4.2.3 # BSD
|
|
osprofiler>=1.4.0 # Apache-2.0
|
|
|
|
# Doc requirements
|
|
openstackdocstheme>=1.16.0 # Apache-2.0
|
|
sphinx>=1.6.2 # BSD
|