# Additional dependencies for the test suite

# Indirect dependencies first, exact versions for consistency

# Sphinx -> Jinja2
MarkupSafe==0.18

# Sphinx
docutils==0.11
Jinja2==2.7.2
Pygments==1.6

# tox
py==1.4.20
virtualenv==1.11.4

# Exact versions of the base dependencies

pip==1.5.4
Sphinx==1.2.2
sphinx_rtd_theme==0.1.5

# Direct dependencies for running tests

# Test runner and testing framework
nose==1.3.1

# For managing test environments
tox==1.7.0
