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
|
2015-07-02 16:51:42 +03:00
|
|
|
hacking<0.11,>=0.10.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
|
2016-05-31 03:05:21 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-01-16 03:31:16 +00:00
|
|
|
mox3>=0.7.0 # Apache-2.0
|
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
2015-08-04 00:56:56 +00:00
|
|
|
oslotest>=1.10.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
|
2016-02-19 22:17:24 +00:00
|
|
|
kafka-python<1.0.0,>=0.9.5 # 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
|
2016-01-16 03:31:16 +00:00
|
|
|
coverage>=3.6 # Apache-2.0
|
2013-06-15 07:49:11 +01:00
|
|
|
|
|
|
|
# this is required for the docs build jobs
|
2016-06-30 18:48:25 +00:00
|
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
2015-11-19 16:00:26 +00:00
|
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
2016-06-30 18:48:25 +00:00
|
|
|
reno>=1.8.0 # Apache2
|
2015-09-14 15:47:14 +02:00
|
|
|
|
|
|
|
# AMQP 1.0 support depends on the Qpid Proton AMQP 1.0
|
|
|
|
# development libraries.
|
2015-10-02 17:11:34 +00:00
|
|
|
pyngus>=2.0.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
|