# Additional dependencies for the test suite

# Indirect dependencies first, exact versions for consistency

# tox
py==1.4.26
virtualenv==12.0.5

# Direct dependencies for running tests

# Test runner and testing framework
nose==1.3.4

# For managing test environments
tox==1.8.1
