2016-10-15 00:11:49 +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.
|
|
|
|
flake8<2.6.0,>=2.5.4 # MIT
|
2017-03-02 11:54:19 +00:00
|
|
|
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
2017-05-15 00:53:51 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|
2017-08-26 11:41:59 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2017-06-08 06:09:25 +00:00
|
|
|
pylint==1.4.5 # GPLv2
|
2016-10-15 00:11:49 +00:00
|
|
|
python-subunit>=0.0.18 # Apache-2.0/BSD
|
2017-06-27 12:21:16 +00:00
|
|
|
sphinx>=1.6.2 # BSD
|
2017-09-13 13:01:53 +00:00
|
|
|
openstackdocstheme>=1.17.0 # Apache-2.0
|
2016-10-15 00:11:49 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
|
|
testtools>=1.4.0 # MIT
|
2017-08-26 11:41:59 +00:00
|
|
|
reno>=2.5.0 # Apache-2.0
|