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 | |
| 5 | hacking<0.11,>=0.10.0 |
| 6 | |
Akihiro Motoki | f391a5f | 2017-11-16 12:13:37 +0000 | [diff] [blame] | 7 | coverage!=4.4,>=4.0 # Apache-2.0 |
Akihiro Motoki | fd4ad6b | 2018-08-12 17:15:41 +0900 | [diff] [blame] | 8 | oslosphinx>=4.7.0 # Apache-2.0 |
Akihiro Motoki | f391a5f | 2017-11-16 12:13:37 +0000 | [diff] [blame] | 9 | python-subunit>=1.0.0 # Apache-2.0/BSD |
| 10 | sphinx>=1.6.2 # BSD |
Ha Manh Dong | 2d24cb7 | 2018-07-19 09:48:23 +0700 | [diff] [blame] | 11 | stestr>=2.0.0 # Apache-2.0 |