OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 1 | # 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 Bot | 1e8d676 | 2017-04-12 04:23:44 +0000 | [diff] [blame] | 4 | pbr!=2.1.0,>=2.0.0 # Apache-2.0 |
OpenStack Proposal Bot | aec0809 | 2017-10-15 17:11:02 +0000 | [diff] [blame] | 5 | cliff!=2.9.0,>=2.8.0 # Apache-2.0 |
Ghanshyam | f16c70a | 2023-03-02 22:44:16 +0000 | [diff] [blame] | 6 | jsonschema>=3.2.0 # MIT |
OpenStack Proposal Bot | 2b12008 | 2017-11-16 11:29:54 +0000 | [diff] [blame] | 7 | testtools>=2.2.0 # MIT |
Paras Babbar | 13c7434 | 2020-09-11 10:21:23 -0400 | [diff] [blame] | 8 | paramiko>=2.7.0 # LGPLv2.1+ |
Ade Lee | 6ded070 | 2021-09-04 15:56:34 -0400 | [diff] [blame] | 9 | cryptography>=2.1 # BSD/Apache-2.0 |
OpenStack Proposal Bot | 1b9e59b | 2017-09-14 00:10:19 +0000 | [diff] [blame] | 10 | netaddr>=0.7.18 # BSD |
OpenStack Proposal Bot | f778600 | 2018-03-26 08:29:26 +0000 | [diff] [blame] | 11 | oslo.concurrency>=3.26.0 # Apache-2.0 |
OpenStack Proposal Bot | 20b9538 | 2018-03-15 09:36:59 +0000 | [diff] [blame] | 12 | oslo.config>=5.2.0 # Apache-2.0 |
OpenStack Proposal Bot | 24f82fe | 2018-01-17 05:52:56 +0000 | [diff] [blame] | 13 | oslo.log>=3.36.0 # Apache-2.0 |
Chandan Kumar | 8a4396e | 2017-09-15 12:18:10 +0530 | [diff] [blame] | 14 | stestr>=1.0.0 # Apache-2.0 |
OpenStack Proposal Bot | 1b9e59b | 2017-09-14 00:10:19 +0000 | [diff] [blame] | 15 | oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 |
asarfaty | 987e797 | 2021-03-16 13:56:42 +0200 | [diff] [blame] | 16 | oslo.utils>=4.7.0 # Apache-2.0 |
OpenStack Proposal Bot | 17b9346 | 2016-05-30 17:51:22 +0000 | [diff] [blame] | 17 | fixtures>=3.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | 17f7371 | 2018-03-13 07:35:29 +0000 | [diff] [blame] | 18 | PyYAML>=3.12 # MIT |
OpenStack Proposal Bot | 2b12008 | 2017-11-16 11:29:54 +0000 | [diff] [blame] | 19 | python-subunit>=1.0.0 # Apache-2.0/BSD |
OpenStack Proposal Bot | 0b5a90e | 2017-03-08 17:20:35 +0000 | [diff] [blame] | 20 | stevedore>=1.20.0 # Apache-2.0 |
Wander Way | a32c763 | 2021-02-18 14:47:06 +0800 | [diff] [blame] | 21 | PrettyTable>=0.7.1 # BSD |
OpenStack Proposal Bot | d1fb3e8 | 2017-06-16 05:35:35 +0000 | [diff] [blame] | 22 | urllib3>=1.21.1 # MIT |
Jordan Pittier | 35a6375 | 2016-08-30 13:09:12 +0200 | [diff] [blame] | 23 | debtcollector>=1.2.0 # Apache-2.0 |
jskunda | 76db176 | 2022-09-29 11:14:34 +0000 | [diff] [blame] | 24 | defusedxml>=0.7.1 # PSFL |
Balazs Gibizer | dfb3043 | 2021-12-14 17:25:16 +0100 | [diff] [blame] | 25 | fasteners>=0.16.0 # Apache-2.0 |
Dan Smith | 97ef286 | 2024-07-31 12:33:46 -0700 | [diff] [blame] | 26 | testscenarios>=0.5.0 |