2014-09-04 06:47:49 +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.
|
|
|
|
|
|
|
|
# hacking should be first
|
2016-01-14 16:43:21 +08:00
|
|
|
hacking<0.11,>=0.10.2
|
2013-08-08 10:34:06 -04:00
|
|
|
|
2015-04-07 21:53:11 +00:00
|
|
|
bashate>=0.2 # Apache-2.0
|
2016-01-19 13:48:27 +00:00
|
|
|
coverage>=3.6 # Apache-2.0
|
|
|
|
ddt>=1.0.1 # MIT
|
2016-06-04 02:38:04 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2016-05-30 20:41:21 +00:00
|
|
|
mock>=2.0 # BSD
|
2016-04-30 18:04:19 +00:00
|
|
|
iso8601>=0.1.11 # MIT
|
2015-08-04 14:22:51 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2015-11-25 17:14:53 +00:00
|
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
2016-05-04 21:10:09 -04:00
|
|
|
openstackdocstheme>=1.0.3 # Apache-2.0
|
2016-03-23 20:35:06 +02:00
|
|
|
|
|
|
|
# Do not remove 'PyMySQL' and 'psycopg2' dependencies. They are used
|
|
|
|
# by oslo_db lib for running MySQL and PostgreSQL DB migration tests.
|
|
|
|
# See http://docs.openstack.org/developer/oslo.db/contributing.html#how-to-run-unit-tests
|
|
|
|
PyMySQL>=0.6.2 # MIT License
|
2016-01-19 13:48:27 +00:00
|
|
|
psycopg2>=2.5 # LGPL/ZPL
|
2016-03-23 20:35:06 +02:00
|
|
|
|
2016-01-19 13:48:27 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
2015-12-01 06:06:03 +00:00
|
|
|
requests-mock>=0.7.0 # Apache-2.0
|
2016-01-19 13:48:27 +00:00
|
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
2016-05-30 20:41:21 +00:00
|
|
|
os-testr>=0.7.0 # Apache-2.0
|
2016-01-19 13:48:27 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
2016-04-08 11:44:01 +00:00
|
|
|
reno>=1.6.2 # Apache2
|