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
|
2017-03-07 05:51:52 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.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
|
2016-07-29 02:33:54 +00:00
|
|
|
pifpaf>=0.10.0 # Apache-2.0
|
2014-10-14 09:34:59 +01:00
|
|
|
# for test_matchmaker_redis
|
2016-01-16 03:31:16 +00:00
|
|
|
redis>=2.10.0 # MIT
|
2014-10-14 09:34:59 +01:00
|
|
|
|
2014-10-14 11:08:54 +01:00
|
|
|
# for test_impl_zmq
|
2015-04-07 21:58:56 +00:00
|
|
|
pyzmq>=14.3.1 # LGPL+BSD
|
2014-10-14 11:08:54 +01:00
|
|
|
|
2015-06-05 23:05:29 -07:00
|
|
|
# for test_impl_kafka
|
2017-01-26 08:00:18 +01:00
|
|
|
kafka-python>=1.3.1 # 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
|
2016-08-20 01:02:47 +00:00
|
|
|
bandit>=1.1.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
|