blob: e422e93059cd0f0edaf1a2467a7cdf17dd4c6e5a [file] [log] [blame]
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01001# 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
Ghanshyam Mann0e780262020-05-12 18:44:04 -05005hacking>=3.0.1,<3.1.0;python_version>'3' # Apache-2.0
Raissa Sarmento3dd627b2017-09-27 12:18:44 +01006
OpenStack Proposal Botb09dceb2018-01-22 10:57:03 +00007coverage!=4.4,>=4.0 # Apache-2.0
8python-subunit>=1.0.0 # Apache-2.0/BSD
OpenStack Proposal Botb09dceb2018-01-22 10:57:03 +00009oslotest>=3.2.0 # Apache-2.0
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010010stestr>=1.0.0 # Apache-2.0
OpenStack Proposal Botb09dceb2018-01-22 10:57:03 +000011testtools>=2.2.0 # MIT
Raissa Sarmento3dd627b2017-09-27 12:18:44 +010012# releasenotes
lkuchlan1d1461d2020-08-04 11:19:11 +030013flake8-import-order