2014-09-03 22:20:47 +02: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-02-27 14:49:09 +08:00
|
|
|
# Hacking already pins down pep8, pyflakes and flake8
|
2015-03-24 11:46:35 -07:00
|
|
|
hacking<0.11,>=0.10.0
|
2016-08-22 03:07:43 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2016-01-17 01:10:25 +00:00
|
|
|
coverage>=3.6 # Apache-2.0
|
2016-05-30 00:33:22 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2016-02-12 20:24:50 +00:00
|
|
|
kombu>=3.0.25 # BSD
|
2016-05-26 16:57:42 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-01-17 01:10:25 +00:00
|
|
|
mox3>=0.7.0 # Apache-2.0
|
2015-06-22 21:57:19 +00:00
|
|
|
PyMySQL>=0.6.2 # MIT License
|
2016-08-26 05:07:44 +00:00
|
|
|
openstackdocstheme>=1.5.0 # Apache-2.0
|
2016-08-26 22:06:20 +00:00
|
|
|
os-api-ref>=1.0.0 # Apache-2.0
|
2015-11-20 04:54:32 +00:00
|
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
2015-08-04 00:53:02 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2016-01-17 01:10:25 +00:00
|
|
|
qpid-python;python_version=='2.7' # Apache-2.0
|
|
|
|
psycopg2>=2.5 # LGPL/ZPL
|
2016-06-22 05:41:55 +00:00
|
|
|
sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
|
2016-01-17 01:10:25 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
|
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
2016-06-24 08:39:27 +00:00
|
|
|
reno>=1.8.0 # Apache2
|
2016-07-28 22:00:29 +00:00
|
|
|
# Next are used in integration tests only
|
2016-03-28 19:26:55 +00:00
|
|
|
os-collect-config # Apache-2.0
|
2016-06-23 08:39:47 +00:00
|
|
|
paramiko>=2.0 # LGPLv2.1+
|
2016-08-24 01:31:49 +00:00
|
|
|
tempest>=12.1.0 # Apache-2.0
|