2015-06-22 20:09:04 +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.
|
2013-08-12 20:52:14 +00:00
|
|
|
# NOTE: These are requirements for testing the requirements project only
|
|
|
|
# See global-requirements for the actual requirements list
|
2016-12-15 04:47:16 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2016-01-17 01:16:18 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testscenarios>=0.4 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
2016-11-25 01:00:02 +00:00
|
|
|
virtualenv>=13.1.0 # MIT
|
2017-07-15 00:06:41 +00:00
|
|
|
setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=16.0 # PSF/ZPL
|
2017-08-18 04:53:01 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-09-28 02:07:09 +00:00
|
|
|
bashate>=0.5.1 # Apache-2.0
|
2015-09-29 02:15:25 +00:00
|
|
|
|
|
|
|
# this is required for the docs build jobs
|
2017-06-27 12:23:11 +00:00
|
|
|
sphinx>=1.6.2 # BSD
|
2017-09-13 13:03:52 +00:00
|
|
|
openstackdocstheme>=1.17.0 # Apache-2.0
|