blob: b0df18b29dc83aae4760cdf9d26a7634d5d9fea5 [file] [log] [blame]
OpenStack Proposal Bot9dd154e2014-09-29 21:05:32 +00001# The order of packages is significant, because pip processes them in the order
2# of appearance. Changing the order has an impact on the overall integration
3# process, which may cause wedges in the gate later.
OpenStack Proposal Bot1e8d6762017-04-12 04:23:44 +00004pbr!=2.1.0,>=2.0.0 # Apache-2.0
OpenStack Proposal Botaec08092017-10-15 17:11:02 +00005cliff!=2.9.0,>=2.8.0 # Apache-2.0
Ghanshyamf16c70a2023-03-02 22:44:16 +00006jsonschema>=3.2.0 # MIT
OpenStack Proposal Bot2b120082017-11-16 11:29:54 +00007testtools>=2.2.0 # MIT
Paras Babbar13c74342020-09-11 10:21:23 -04008paramiko>=2.7.0 # LGPLv2.1+
Ade Lee6ded0702021-09-04 15:56:34 -04009cryptography>=2.1 # BSD/Apache-2.0
OpenStack Proposal Bot1b9e59b2017-09-14 00:10:19 +000010netaddr>=0.7.18 # BSD
OpenStack Proposal Botf7786002018-03-26 08:29:26 +000011oslo.concurrency>=3.26.0 # Apache-2.0
OpenStack Proposal Bot20b95382018-03-15 09:36:59 +000012oslo.config>=5.2.0 # Apache-2.0
OpenStack Proposal Bot24f82fe2018-01-17 05:52:56 +000013oslo.log>=3.36.0 # Apache-2.0
Chandan Kumar8a4396e2017-09-15 12:18:10 +053014stestr>=1.0.0 # Apache-2.0
OpenStack Proposal Bot1b9e59b2017-09-14 00:10:19 +000015oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
asarfaty987e7972021-03-16 13:56:42 +020016oslo.utils>=4.7.0 # Apache-2.0
OpenStack Proposal Bot17b93462016-05-30 17:51:22 +000017fixtures>=3.0.0 # Apache-2.0/BSD
OpenStack Proposal Bot17f73712018-03-13 07:35:29 +000018PyYAML>=3.12 # MIT
OpenStack Proposal Bot2b120082017-11-16 11:29:54 +000019python-subunit>=1.0.0 # Apache-2.0/BSD
OpenStack Proposal Bot0b5a90e2017-03-08 17:20:35 +000020stevedore>=1.20.0 # Apache-2.0
Wander Waya32c7632021-02-18 14:47:06 +080021PrettyTable>=0.7.1 # BSD
OpenStack Proposal Botd1fb3e82017-06-16 05:35:35 +000022urllib3>=1.21.1 # MIT
Jordan Pittier35a63752016-08-30 13:09:12 +020023debtcollector>=1.2.0 # Apache-2.0
jskunda76db1762022-09-29 11:14:34 +000024defusedxml>=0.7.1 # PSFL
Balazs Gibizerdfb30432021-12-14 17:25:16 +010025fasteners>=0.16.0 # Apache-2.0
Dan Smith97ef2862024-07-31 12:33:46 -070026testscenarios>=0.5.0