d32ef45a7a
Hacking already pins them to the compatible versions, so avoid running out of sync by letting hacking determine the correct code checker versions. Change-Id: I72e513c4aa3e407d571a87a8c8a2d3a9bd14dfde
21 lines
412 B
Plaintext
21 lines
412 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.8.0,<0.9
|
|
# Testing Requirements
|
|
coverage>=3.6
|
|
django-nose
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
# Docs Requirements
|
|
sphinx>=1.1.2,<1.2
|
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
docutils==0.9.1
|
|
oslo.sphinx
|
|
|
|
-e git://github.com/openstack/horizon.git#egg=horizon
|