2014-11-18 11:31:12 +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.
|
2020-12-14 14:47:57 +01:00
|
|
|
|
2017-05-15 12:08:47 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-11-16 11:06:04 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2018-01-16 12:30:01 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-06-27 14:43:29 -04:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2019-06-03 15:44:02 +08:00
|
|
|
bandit!=1.6.0,>=1.1.0,<2.0.0 # Apache-2.0
|
2017-02-16 09:46:08 -08:00
|
|
|
|