9a2bd79073
Sync the global requirements to pin sphinx. This addresses an issue where Sphinx 1.2 is not building documents correctly and causing check/gate to fail. We also had to adjust the pip command used. Change-Id: I8894c0199db845e90e5086a7c0e6bb7c7a26b5a0
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.5.6,<0.6
|
|
coverage
|
|
nose
|
|
nosexcover
|
|
openstack.nose_plugin
|
|
nosehtmloutput
|
|
sphinx>=1.1.2,<1.2
|
|
mock>=0.8.0
|