# Local development dependencies go here
-r base.txt

coverage==4.2
django-coverage-plugin==1.3.1
flake8==3.0.4
django-test-plus==1.0.15
factory_boy==2.7.0
Sphinx
django-extensions==1.7.4
Werkzeug==0.11.11
django-debug-toolbar==1.8

# pytest
pytest-django==2.9.1
pytest-sugar==0.7.1

# improved REPL
ipython<6.0 # hack, so we get old enough ipython
ipdb==0.10.1
