cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot 572df4f359 Update django-test-plus to 1.0.17 (#1012)
* Update django-test-plus from 1.0.16 to 1.0.17

* Update django-test-plus from 1.0.16 to 1.0.17
2017-02-02 14:46:50 +01:00

20 lines
301 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.3.4
django-coverage-plugin==1.4.1
Sphinx==1.5.2
django-extensions==1.7.6
Werkzeug==0.11.15
django-test-plus==1.0.17
factory-boy==2.8.1
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.2
pytest-django==3.1.2
pytest-sugar==0.8.0