cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot f6236b3aca Update django-coverage-plugin to 1.5.0 (#1048)
* Update django-coverage-plugin from 1.4.2 to 1.5.0

* Update django-coverage-plugin from 1.4.2 to 1.5.0
2017-02-25 14:34:00 +01:00

20 lines
301 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.3.4
django-coverage-plugin==1.5.0
Sphinx==1.5.2
django-extensions==1.7.7
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