blob: 903b11bd614293a6d2bbed00bb1ed311de9b2cfb [file] [log] [blame]
Takashi Kajinami5f1d4b62025-10-03 23:48:07 +09001# 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.
Michael Johnson34139b02017-03-15 10:31:10 -07004
Takashi Kajinami25872b32023-11-06 22:03:14 +09005cryptography>=3.0 # BSD/Apache-2.0
Jude Cross986e3f52017-07-24 14:57:20 -07006python-dateutil>=2.5.3 # BSD
OpenStack Proposal Boted613e22017-11-17 07:00:22 +00007pbr!=2.1.0,>=2.0.0 # Apache-2.0
Jude Cross986e3f52017-07-24 14:57:20 -07008oslo.config>=5.2.0 # Apache-2.0
9oslo.log>=3.36.0 # Apache-2.0
cao.yuan45e6e662019-02-21 12:22:30 +080010oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
Jude Cross986e3f52017-07-24 14:57:20 -070011oslo.utils>=3.33.0 # Apache-2.0
OpenStack Proposal Botac449fe2018-01-16 04:21:09 +000012oslotest>=3.2.0 # Apache-2.0
Michael Johnson0a0f9b32019-01-02 16:58:21 -080013python-barbicanclient>=4.5.2 # Apache-2.0
14pyOpenSSL>=17.1.0 # Apache-2.0
Jude Cross986e3f52017-07-24 14:57:20 -070015requests>=2.14.2 # Apache-2.0
OpenStack Proposal Boted613e22017-11-17 07:00:22 +000016tempest>=17.1.0 # Apache-2.0
OpenStack Proposal Bot6f0c71f2018-03-25 22:29:30 +000017tenacity>=4.4.0 # Apache-2.0
Michael Johnson6fbfed02020-03-19 15:37:31 -070018testtools>=2.2.0 # MIT
Carlos Goncalves42e54aa2019-08-01 13:28:48 +020019keystoneauth1>=3.3.0 # Apache-2.0
Carlos Goncalves909aa662020-08-25 14:08:44 +000020httpx[http2]>=0.14.2 # BSD