2014-09-03 14:17:27 -04: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-05-22 11:12:14 +08:00
|
|
|
hacking>=3.0.1,<3.1.0 # Apache-2.0
|
2018-01-16 04:26:25 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2017-06-27 12:19:57 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-06-03 18:17:49 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2018-07-02 14:00:42 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2020-06-09 16:40:33 -05:00
|
|
|
eventlet>=0.19.0 # MIT
|
2017-11-30 10:59:56 +08:00
|
|
|
|
|
|
|
# Bandit security code scanner
|
2020-07-24 17:32:02 +02:00
|
|
|
bandit>=1.6.0,<1.7.0 # Apache-2.0
|
2020-07-21 13:29:05 +02:00
|
|
|
|
|
|
|
pre-commit>=2.6.0 # MIT
|