cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot 51609953a8 Update django-coverage-plugin to 1.4.2 (#1022)
* Update django-coverage-plugin from 1.4.1 to 1.4.2

* Update django-coverage-plugin from 1.4.1 to 1.4.2
2017-02-09 09:10:37 +01:00

20 lines
301 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.3.4
django-coverage-plugin==1.4.2
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