blob: 91ee3742f12c51dc090b72f04d3c969499efe41e [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
5hacking<0.11,>=0.10.0
6
Akihiro Motokif391a5f2017-11-16 12:13:37 +00007coverage!=4.4,>=4.0 # Apache-2.0
8python-subunit>=1.0.0 # Apache-2.0/BSD
9sphinx>=1.6.2 # BSD
10oslosphinx>=4.7.0 # Apache-2.0
David Lyle64302f12016-04-29 15:46:34 -060011oslotest>=1.10.0 # Apache-2.0
Akihiro Motokif391a5f2017-11-16 12:13:37 +000012testrepository>=0.0.18 # Apache-2.0/BSD
13testscenarios>=0.4 # Apache-2.0/BSD
14testtools>=2.2.0 # MIT