2015-03-17 12:35:39 +00:00
|
|
|
# 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.
|
2017-04-17 17:21:59 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2015-03-17 12:35:39 +00:00
|
|
|
|
2017-04-07 06:16:54 +00:00
|
|
|
Babel!=2.4.0,>=2.3.4 # BSD
|
2018-03-04 10:28:23 +00:00
|
|
|
ipaddress>=1.0.17;python_version<'3.3' # PSF
|
2016-11-29 01:50:53 +00:00
|
|
|
passlib>=1.7.0 # BSD
|
2017-12-03 21:53:12 +00:00
|
|
|
psutil>=3.2.2 # BSD
|
2016-03-30 13:00:56 +00:00
|
|
|
python-ironic-inspector-client>=1.5.0 # Apache-2.0
|
2017-09-11 21:49:50 +00:00
|
|
|
python-heatclient>=1.10.0 # Apache-2.0
|
2018-03-23 07:52:42 +00:00
|
|
|
python-ironicclient>=2.3.0 # Apache-2.0
|
2018-02-16 02:51:37 +00:00
|
|
|
python-mistralclient!=3.2.0,>=3.1.0 # Apache-2.0
|
2017-09-11 21:49:50 +00:00
|
|
|
python-openstackclient>=3.12.0 # Apache-2.0
|
|
|
|
simplejson>=3.5.1 # MIT
|
2017-11-16 11:26:59 +00:00
|
|
|
six>=1.10.0 # MIT
|
2017-12-21 00:47:14 +00:00
|
|
|
osc-lib>=1.8.0 # Apache-2.0
|
2018-03-23 07:52:42 +00:00
|
|
|
websocket-client>=0.44.0 # LGPLv2+
|
2019-04-10 14:47:34 +00:00
|
|
|
tripleo-common>=10.7.0 # Apache-2.0
|
2018-03-17 09:06:21 +00:00
|
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
2019-08-07 15:13:55 +00:00
|
|
|
futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD
|