2014-09-03 14:23:10 -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.
|
|
|
|
|
2014-01-16 13:04:49 +01:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2022-05-23 14:37:10 +00:00
|
|
|
hacking>=3.0.1,<=4.1.0 # Apache-2.0
|
2013-06-15 07:49:11 +01:00
|
|
|
|
2016-06-14 21:09:44 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2018-07-05 08:28:33 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
2020-08-21 15:12:08 +02:00
|
|
|
pre-commit>=2.6.0 # MIT
|
2016-01-16 03:31:16 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2017-11-16 11:21:28 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2018-01-24 02:16:24 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2018-12-13 12:59:50 -05:00
|
|
|
pifpaf>=2.2.0 # Apache-2.0
|
2014-10-14 11:08:54 +01:00
|
|
|
|
2015-06-05 23:05:29 -07:00
|
|
|
# for test_impl_kafka
|
2020-08-01 17:34:22 -05:00
|
|
|
confluent-kafka>=1.3.0 # Apache-2.0
|
2015-06-05 23:05:29 -07:00
|
|
|
|
2013-06-15 07:49:11 +01:00
|
|
|
# when we can require tox>= 1.4, this can go into tox.ini:
|
|
|
|
# [testenv:cover]
|
|
|
|
# deps = {[testenv]deps} coverage
|
2017-05-15 00:52:56 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2013-06-15 07:49:11 +01:00
|
|
|
|
2015-09-14 15:47:14 +02:00
|
|
|
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
|
|
|
|
# development libraries.
|
2017-09-11 21:47:08 +00:00
|
|
|
pyngus>=2.2.0 # Apache-2.0
|
2015-10-26 11:01:11 +01:00
|
|
|
|
|
|
|
# Bandit security code scanner
|
2023-03-10 10:52:52 +01:00
|
|
|
bandit>=1.7.0,<1.8.0 # Apache-2.0
|
2017-01-04 08:10:38 +01:00
|
|
|
|
2020-08-01 17:34:22 -05:00
|
|
|
eventlet>=0.23.0 # MIT
|
|
|
|
greenlet>=0.4.15 # MIT
|