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
|
2020-03-27 19:16:32 +01:00
|
|
|
hacking>=3.0,<3.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
|
2017-08-18 11:40:06 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2018-07-05 08:28:33 +07:00
|
|
|
stestr>=2.0.0 # Apache-2.0
|
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
|
2018-09-17 13:21:42 -04:00
|
|
|
confluent-kafka>=0.11.6 # 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
|
2019-05-13 10:55:23 -04:00
|
|
|
bandit>=1.1.0,<1.6.0 # Apache-2.0
|
2017-01-04 08:10:38 +01:00
|
|
|
|
2018-04-11 15:24:28 -04:00
|
|
|
eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT
|
2017-09-11 21:47:08 +00:00
|
|
|
greenlet>=0.4.10 # MIT
|