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
|
2017-05-29 06:05:35 +00:00
|
|
|
pylint==1.4.5 # 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
|
|
|
|
mock>=2.0 # BSD
|
2015-08-25 07:06:43 +00:00
|
|
|
oslotest>=1.10.0 # Apache-2.0
|
2016-01-22 04:03:13 +00:00
|
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
2017-06-05 00:25:49 +00:00
|
|
|
testtools>=1.4.0 # MIT
|
2015-02-07 10:30:02 +00:00
|
|
|
|
|
|
|
# Doc requirements
|
2017-05-17 03:47:03 +00:00
|
|
|
sphinx!=1.6.1,>=1.5.1 # BSD
|
2016-09-30 19:58:01 +00:00
|
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
2016-03-14 03:29:28 +00:00
|
|
|
|
|
|
|
# releasenotes
|
2016-11-02 15:31:00 +00:00
|
|
|
reno>=1.8.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
|