ea58d8963e
This unifies the pip/test-requires with the common requirements defined in the OpenStack/requirements repository, which simplifies dependency tracking for packaging purposes. There are small minimum-required version bumps that most likely make sense for horizon as well (or are already implicitely required due to transitive dependencies). Change-Id: I50d7d72b54a95012eb7a4f350ef0c3ef88047e01
20 lines
379 B
Plaintext
20 lines
379 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>=3.6
|
|
django-nose
|
|
mox>=0.5.3
|
|
nose
|
|
nose-exclude
|
|
nosexcover
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
selenium
|
|
# Docs Requirements
|
|
sphinx>=1.1.2
|
|
# for bug 1091333, remove after sphinx >1.1.3 is released.
|
|
docutils==0.9.1
|