d259b94322
* Pin versions of dependencies for py<3.6 * Use Ubuntu Bionic for intergration jobs Change-Id: Idb5095e93df9e8261b670d1cc639b2bab4939980
39 lines
1.8 KiB
Plaintext
39 lines
1.8 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.
|
|
|
|
pbr>=1.8 # Apache-2.0
|
|
|
|
diskimage-builder>=1.1.2,!=1.6.0,!=1.7.0,!=1.7.1 # Apache-2.0
|
|
iso8601>=0.1.11 # MIT
|
|
Jinja2>=2.10.1,<3.0.0 # BSD License (3 clause)
|
|
keystoneauth1>=2.18.0,<=3.18.0;python_version<'3.6' # Apache-2.0
|
|
keystoneauth1>=2.18.0;python_version>='3.6' # Apache-2.0
|
|
os-client-config>=1.22.0,<1.31.0 # Apache-2.0
|
|
oslo.concurrency>=3.8.0,<4.0.0;python_version<'3.6' # Apache-2.0
|
|
oslo.concurrency>=3.8.0;python_version>='3.6' # Apache-2.0
|
|
oslo.config!=3.18.0,>=3.14.0,<8.0.0;python_version<'3.6' # Apache-2.0
|
|
oslo.config!=3.18.0,>=3.14.0;python_version>='3.6' # Apache-2.0
|
|
oslo.log>=3.11.0,<4.0.0;python_version<'3.6' # Apache-2.0
|
|
oslo.log>=3.11.0;python_version>='3.6' # Apache-2.0
|
|
oslo.serialization>=1.10.0,<3.0.0;python_version<'3.6' # Apache-2.0
|
|
oslo.serialization>=1.10.0;python_version>='3.6' # Apache-2.0
|
|
oslo.utils>=3.18.0,<4.0.0;python_version<'3.6' # Apache-2.0
|
|
oslo.utils>=3.18.0;python_version>='3.6' # Apache-2.0
|
|
pygal
|
|
pykwalify<1.8.0;python_version<'3.6'
|
|
pykwalify;python_version>='3.6'
|
|
python-glanceclient>=2.5.0,<=3.0.0;python_version<'3.6' # Apache-2.0
|
|
python-glanceclient>=2.5.0;python_version>='3.6' # Apache-2.0
|
|
python-neutronclient>=5.1.0,<8.0.0;python_version<'3.6' # Apache-2.0
|
|
python-neutronclient>=5.1.0;python_version>='3.6' # Apache-2.0
|
|
python-novaclient>=7.1.0,<17.0.0;python_version<'3.6' # Apache-2.0
|
|
python-novaclient>=7.1.0;python_version>='3.6' # Apache-2.0
|
|
python-heatclient>=1.6.1,<2.0.0;python_version<'3.6' # Apache-2.0
|
|
python-heatclient>=1.6.1;python_version>='3.6' # Apache-2.0
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
PyYAML>=3.10.0 # MIT
|
|
pyzmq>=16.0 # LGPL+BSD
|
|
six>=1.9.0 # MIT
|
|
timeout-decorator>=0.4.0 # MIT
|