David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [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 | |
Andreas Jaeger | 2ff35f9 | 2020-03-30 17:43:59 +0200 | [diff] [blame] | 5 | hacking>=3.0,<3.1.0 # Apache-2.0 |
David Lyle | 64302f1 | 2016-04-29 15:46:34 -0600 | [diff] [blame] | 6 | |
Akihiro Motoki | f391a5f | 2017-11-16 12:13:37 +0000 | [diff] [blame] | 7 | coverage!=4.4,>=4.0 # Apache-2.0 |
| 8 | python-subunit>=1.0.0 # Apache-2.0/BSD |
Ha Manh Dong | 2d24cb7 | 2018-07-19 09:48:23 +0700 | [diff] [blame] | 9 | stestr>=2.0.0 # Apache-2.0 |