blob: 303b8968f07cde9e16a0b721b24334541ff7576b [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
Jude Cross986e3f52017-07-24 14:57:20 -07005python-dateutil>=2.5.3 # BSD
6ipaddress>=1.0.17;python_version<'3.3' # PSF
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
10oslo.utils>=3.33.0 # Apache-2.0
OpenStack Proposal Botac449fe2018-01-16 04:21:09 +000011oslotest>=3.2.0 # Apache-2.0
Jude Cross986e3f52017-07-24 14:57:20 -070012requests>=2.14.2 # Apache-2.0
13six>=1.10.0 # MIT
OpenStack Proposal Boted613e22017-11-17 07:00:22 +000014tempest>=17.1.0 # Apache-2.0
15tenacity>=3.2.1 # Apache-2.0