2014-09-29 21:05:32 +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-12 04:23:44 +00:00
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
2017-10-15 17:11:02 +00:00
|
|
|
cliff!=2.9.0,>=2.8.0 # Apache-2.0
|
2019-04-04 14:01:16 +11:00
|
|
|
jsonschema>=2.6.0 # MIT
|
2017-11-16 11:29:54 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2017-08-18 11:44:10 +00:00
|
|
|
paramiko>=2.0.0 # LGPLv2.1+
|
2017-09-14 00:10:19 +00:00
|
|
|
netaddr>=0.7.18 # BSD
|
2018-03-26 08:29:26 +00:00
|
|
|
oslo.concurrency>=3.26.0 # Apache-2.0
|
2018-03-15 09:36:59 +00:00
|
|
|
oslo.config>=5.2.0 # Apache-2.0
|
2018-01-17 05:52:56 +00:00
|
|
|
oslo.log>=3.36.0 # Apache-2.0
|
2017-09-15 12:18:10 +05:30
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2017-09-14 00:10:19 +00:00
|
|
|
oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
|
2017-12-19 01:50:38 +00:00
|
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
2017-11-16 11:29:54 +00:00
|
|
|
six>=1.10.0 # MIT
|
2016-05-30 17:51:22 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2018-03-13 07:35:29 +00:00
|
|
|
PyYAML>=3.12 # MIT
|
2017-11-16 11:29:54 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
2017-03-08 17:20:35 +00:00
|
|
|
stevedore>=1.20.0 # Apache-2.0
|
2016-10-05 01:37:18 +00:00
|
|
|
PrettyTable<0.8,>=0.7.1 # BSD
|
2017-06-16 05:35:35 +00:00
|
|
|
urllib3>=1.21.1 # MIT
|
2016-08-30 13:09:12 +02:00
|
|
|
debtcollector>=1.2.0 # Apache-2.0
|
2017-09-16 23:25:55 +00:00
|
|
|
unittest2>=1.1.0 # BSD
|