Michael Johnson | 34139b0 | 2017-03-15 10:31:10 -0700 | [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. |
| 4 | |
Takashi Kajinami | 25872b3 | 2023-11-06 22:03:14 +0900 | [diff] [blame] | 5 | cryptography>=3.0 # BSD/Apache-2.0 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 6 | python-dateutil>=2.5.3 # BSD |
OpenStack Proposal Bot | ed613e2 | 2017-11-17 07:00:22 +0000 | [diff] [blame] | 7 | pbr!=2.1.0,>=2.0.0 # Apache-2.0 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 8 | oslo.config>=5.2.0 # Apache-2.0 |
| 9 | oslo.log>=3.36.0 # Apache-2.0 |
cao.yuan | 45e6e66 | 2019-02-21 12:22:30 +0800 | [diff] [blame] | 10 | oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 11 | oslo.utils>=3.33.0 # Apache-2.0 |
OpenStack Proposal Bot | ac449fe | 2018-01-16 04:21:09 +0000 | [diff] [blame] | 12 | oslotest>=3.2.0 # Apache-2.0 |
Michael Johnson | 0a0f9b3 | 2019-01-02 16:58:21 -0800 | [diff] [blame] | 13 | python-barbicanclient>=4.5.2 # Apache-2.0 |
| 14 | pyOpenSSL>=17.1.0 # Apache-2.0 |
Jude Cross | 986e3f5 | 2017-07-24 14:57:20 -0700 | [diff] [blame] | 15 | requests>=2.14.2 # Apache-2.0 |
OpenStack Proposal Bot | ed613e2 | 2017-11-17 07:00:22 +0000 | [diff] [blame] | 16 | tempest>=17.1.0 # Apache-2.0 |
OpenStack Proposal Bot | 6f0c71f | 2018-03-25 22:29:30 +0000 | [diff] [blame] | 17 | tenacity>=4.4.0 # Apache-2.0 |
Michael Johnson | 6fbfed0 | 2020-03-19 15:37:31 -0700 | [diff] [blame] | 18 | testtools>=2.2.0 # MIT |
Carlos Goncalves | 42e54aa | 2019-08-01 13:28:48 +0200 | [diff] [blame] | 19 | keystoneauth1>=3.3.0 # Apache-2.0 |
Carlos Goncalves | 909aa66 | 2020-08-25 14:08:44 +0000 | [diff] [blame] | 20 | httpx[http2]>=0.14.2 # BSD |