blob: 17fa9f108694e3e8d94fd04dace031dc37b8fbc0 [file] [log] [blame]
OpenStack Proposal Bot9dd154e2014-09-29 21:05:32 +00001# 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.
Ghanshyam Mann8d1974e2020-05-12 12:05:03 -05004hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0
OpenStack Proposal Bote7eaab42017-05-18 12:56:52 +00005coverage!=4.4,>=4.0 # Apache-2.0
OpenStack Proposal Bot24f82fe2018-01-17 05:52:56 +00006oslotest>=3.2.0 # Apache-2.0
Ghanshyam Mann8d1974e2020-05-12 12:05:03 -05007pycodestyle>=2.0.0,<2.6.0 # MIT
Masayuki Igawa134d9f72017-02-10 18:05:26 +09008flake8-import-order==0.11 # LGPLv3