2014-10-11 22:37:04 +00:00
|
|
|
# The order of packages is significant, because pip processes them in the order
|
|
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
|
|
# process, which may cause wedges in the gate later.
|
2021-03-09 09:21:55 -07:00
|
|
|
hacking>=4.0.0,<4.1.0 # Apache-2.0
|
2014-11-13 13:10:49 +00:00
|
|
|
|
2017-05-15 00:52:19 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-07-09 03:15:49 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-11-29 09:13:29 +00:00
|
|
|
python-subunit>=1.0.0 # Apache-2.0/BSD
|
2020-06-09 19:27:03 +02:00
|
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
|
2018-07-10 15:58:49 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2016-05-14 04:01:02 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-11-29 09:13:29 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2020-11-09 08:38:31 -07:00
|
|
|
pyflakes>=2.2.0
|