# Additional dependencies for the test suite

# Indirect dependencies first, exact versions for consistency

# ipdb -> ipython -> pickleshare
path.py==8.1.2

# ipdb -> ipython -> traitlets
decorator==4.0.9
ipython-genutils==0.1.0

# ipdb -> ipython
appnope==0.1.0; sys_platform == 'darwin'
gnureadline==6.3.3; sys_platform == 'darwin'
pexpect==4.0.1; sys_platform != 'win32'
pickleshare==0.6
simplegeneric==0.8.1
traitlets==4.2.1

# ipdb
ipython==4.1.2

# django-nose
nose==1.3.7

# Direct dependencies for running tests

# Our testing framework
django-nose==1.4.3

# A better debugger
ipdb==0.9.0
