blob: 7b2f0a2c0d60636fdc0a3d9b2b48cd3f7e622935 [file] [log] [blame]
Michael Johnson34139b02017-03-15 10:31:10 -07001# 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
Michael Johnson0a0f9b32019-01-02 16:58:21 -08005cryptography>=2.1 # 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