OpenStack Proposal Bot | 9dd154e | 2014-09-29 21:05:32 +0000 | [diff] [blame] | 1 | # 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 Mann | 8d1974e | 2020-05-12 12:05:03 -0500 | [diff] [blame] | 4 | hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0 |
OpenStack Proposal Bot | e7eaab4 | 2017-05-18 12:56:52 +0000 | [diff] [blame] | 5 | coverage!=4.4,>=4.0 # Apache-2.0 |
OpenStack Proposal Bot | 24f82fe | 2018-01-17 05:52:56 +0000 | [diff] [blame] | 6 | oslotest>=3.2.0 # Apache-2.0 |
Ghanshyam Mann | 8d1974e | 2020-05-12 12:05:03 -0500 | [diff] [blame] | 7 | pycodestyle>=2.0.0,<2.6.0 # MIT |
Masayuki Igawa | 134d9f7 | 2017-02-10 18:05:26 +0900 | [diff] [blame] | 8 | flake8-import-order==0.11 # LGPLv3 |