2014-09-03 11:56:31 -05: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.
|
|
|
|
|
2013-04-20 21:44:09 -07:00
|
|
|
# Install bounded pep8/pyflakes first, then let flake8 install
|
2016-12-15 09:01:48 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2015-03-24 19:15:19 -04:00
|
|
|
|
2017-05-19 15:48:41 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-01-17 01:09:46 +00:00
|
|
|
ddt>=1.0.1 # MIT
|
2016-06-03 18:11:38 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-18 11:28:46 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-09-12 13:59:36 +00:00
|
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
2018-01-16 12:25:12 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2016-12-26 17:50:55 +02:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2017-09-12 13:59:36 +00:00
|
|
|
psycopg2>=2.6.2 # LGPL/ZPL
|
2017-12-05 02:58:54 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2017-09-12 13:59:36 +00:00
|
|
|
testresources>=2.0.0 # Apache-2.0/BSD
|
2016-01-17 01:09:46 +00:00
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
2018-02-01 07:06:24 +00:00
|
|
|
oslo.versionedobjects[fixtures]>=1.31.2 # Apache-2.0
|
2017-12-05 02:58:54 +00:00
|
|
|
tempest>=17.1.0 # Apache-2.0
|
2016-08-18 16:59:49 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2018-04-25 12:10:41 -05:00
|
|
|
reno>=2.5.0 # Apache-2.0
|