Takashi Kajinami | ead8ceb | 2024-11-16 15:42:40 +0900 | [diff] [blame] | 1 | # Requirements lower bounds listed here are our best effort to keep them up to |
| 2 | # date but we do not test them so no guarantee of having them all correct. If |
| 3 | # you find any incorrect lower bounds, let us know or propose a fix. |
Colleen Murphy | 44df103 | 2017-05-30 16:21:48 +0200 | [diff] [blame] | 4 | |
OpenStack Proposal Bot | 971e994 | 2018-01-27 17:44:29 +0000 | [diff] [blame] | 5 | pbr!=2.1.0,>=2.0.0 # Apache-2.0 |
Colleen Murphy | 360bbaf | 2017-06-06 11:06:13 +0200 | [diff] [blame] | 6 | |
| 7 | # xml parsing |
Ade Lee | 47a5e98 | 2022-11-15 16:34:30 +0000 | [diff] [blame] | 8 | keystoneauth1>=5.1.1 # Apache-2.0 |
OpenStack Proposal Bot | 971e994 | 2018-01-27 17:44:29 +0000 | [diff] [blame] | 9 | lxml!=3.7.0,>=3.4.1 # BSD |
| 10 | tempest>=17.1.0 # Apache-2.0 |
OpenStack Proposal Bot | 564670b | 2018-03-15 07:03:15 +0000 | [diff] [blame] | 11 | oslo.config>=5.2.0 # Apache-2.0 |
OpenStack Proposal Bot | 971e994 | 2018-01-27 17:44:29 +0000 | [diff] [blame] | 12 | testtools>=2.2.0 # MIT |
Chandan Kumar | ab9dfba | 2017-06-29 19:19:01 +0530 | [diff] [blame] | 13 | requests>=2.14.2 # Apache-2.0 |