horizon/test-requirements.txt
Monty Taylor 188314b157 Remove explicit distribute depend.
Causes issues with the recent re-merge with setuptools. Advice from
upstream is to stop doing explicit depends.

Change-Id: I63d80c00e94f1831e8f79faa87d57a152338dba7
2013-06-11 11:34:08 -07:00

21 lines
350 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.3,<0.6
# Testing Requirements
coverage
django-nose
mox
nose
nose-exclude
nosexcover
openstack.nose_plugin
nosehtmloutput
selenium
# Docs Requirements
sphinx
docutils==0.9.1 # for bug 1091333, remove after sphinx >1.1.3 is released.