2014-09-23 01:55:13 +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.
|
2015-06-22 08:20:17 +00:00
|
|
|
hacking<0.11,>=0.10.0
|
2018-11-26 03:48:57 +00:00
|
|
|
pylint==1.7.6;python_version=='2.7' # GPLv2
|
|
|
|
pylint;python_version>'3.0' #GPLv2
|
2013-07-27 02:27:45 +00:00
|
|
|
|
2017-06-05 00:25:49 +00:00
|
|
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
2017-08-24 11:37:04 +00:00
|
|
|
mock>=2.0.0 # BSD
|
2018-01-17 20:31:03 +00:00
|
|
|
oslotest>=3.2.0 # Apache-2.0
|
2016-01-22 04:03:13 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2017-11-16 11:01:41 +00:00
|
|
|
testtools>=2.2.0 # MIT
|
2015-02-07 10:30:02 +00:00
|
|
|
|
|
|
|
# Doc requirements
|
2018-03-15 06:52:03 +00:00
|
|
|
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
|
2018-01-24 00:51:49 +00:00
|
|
|
openstackdocstheme>=1.18.1 # Apache-2.0
|
2016-03-14 03:29:28 +00:00
|
|
|
|
|
|
|
# releasenotes
|
2017-08-24 11:37:04 +00:00
|
|
|
reno>=2.5.0 # Apache-2.0
|
2017-01-18 04:07:46 +00:00
|
|
|
|
2017-05-15 00:42:53 +00:00
|
|
|
coverage!=4.4,>=4.0 # Apache-2.0
|