40b15ad3ec
Because otherwise django-nose pulls in the wrong version of Django. Change-Id: Ic4e58a56d3b59a85b609eb81183cfd8c2462e51a
27 lines
647 B
Plaintext
27 lines
647 B
Plaintext
# Hacking already pins down pep8, pyflakes and flake8
|
|
hacking>=0.8.0,<0.9
|
|
|
|
# Tarballs
|
|
http://tarballs.openstack.org/horizon/horizon-master.tar.gz#egg=horizon
|
|
http://tarballs.openstack.org/python-tuskarclient/python-tuskarclient-master.tar.gz#egg=python-tuskarclient
|
|
http://tarballs.openstack.org/tuskar-ui/tuskar-ui-master.tar.gz#egg=tuskar-ui
|
|
|
|
# Testing Requirements
|
|
coverage>=3.6
|
|
django-nose
|
|
mock>=1.0
|
|
mox>=0.5.3
|
|
nodeenv
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
xvfbwrapper
|
|
# Docs Requirements
|
|
sphinx>=1.1.2,<1.2
|
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
docutils==0.9.1
|
|
oslosphinx
|