
This fixes Python 3 support for doc8. Change-Id: Id3f3a35f2d68c4cb6eefcf7a960d7991b8f4522f
11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
# 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.
|
|
|
|
doc8
|
|
hacking>=0.9.2,<0.10
|
|
nose
|
|
oslosphinx
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
testtools
|