Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [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. |
| 4 | |
zhangbailin | 4b0bf2c | 2020-05-18 08:43:50 +0800 | [diff] [blame] | 5 | hacking>=3.0.1,<3.1.0 # Apache-2.0 |
Jim Rollenhagen | 4f8f229 | 2016-11-18 06:22:18 -0500 | [diff] [blame] | 6 | |
Iury Gregory Melo Ferreira | 41a016b | 2020-03-20 19:10:15 +0100 | [diff] [blame] | 7 | stestr>=1.0.0 # Apache-2.0 |
| 8 | coverage!=4.4,>=4.0 # Apache-2.0 |
Riccardo Pittau | 1609869 | 2020-04-21 17:06:10 +0200 | [diff] [blame] | 9 | flake8-import-order>=0.17.1 # LGPLv3 |