2014-09-03 16:45:08 +00: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.
|
|
|
|
|
2017-02-03 22:54:50 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2017-05-15 00:50:30 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2016-06-02 21:09:44 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-18 15:53:20 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-09-13 12:57:19 +00:00
|
|
|
psycopg2>=2.6.2 # LGPL/ZPL
|
2016-12-23 03:16:27 +00:00
|
|
|
PyMySQL>=0.7.6 # MIT License
|
2018-01-16 12:40:17 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2017-11-22 00:01:11 +00:00
|
|
|
stestr>=1.0.0 # Apache-2.0
|
2017-11-16 11:16:21 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2016-08-21 00:07:54 +00:00
|
|
|
bandit>=1.1.0 # Apache-2.0
|
2017-07-17 12:28:36 +00:00
|
|
|
gabbi>=1.35.0 # Apache-2.0
|
2015-03-10 15:31:11 +00:00
|
|
|
|
2016-09-20 18:17:54 +00:00
|
|
|
# placement functional tests
|
2018-04-17 15:53:59 +00:00
|
|
|
wsgi-intercept>=1.7.0 # MIT License
|