blob: b3de56b22046101c2815b56a978f9b2d0f09af2b [file] [log] [blame]
David Lyle64302f12016-04-29 15:46:34 -06001# 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 Jaeger2ff35f92020-03-30 17:43:59 +02005hacking>=3.0,<3.1.0 # Apache-2.0
David Lyle64302f12016-04-29 15:46:34 -06006
Akihiro Motokif391a5f2017-11-16 12:13:37 +00007coverage!=4.4,>=4.0 # Apache-2.0
8python-subunit>=1.0.0 # Apache-2.0/BSD
Ha Manh Dong2d24cb72018-07-19 09:48:23 +07009stestr>=2.0.0 # Apache-2.0