cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot 5af837d184 Update django-coverage-plugin to 1.4 (#993)
* Update django-coverage-plugin from 1.3.1 to 1.4

* Update django-coverage-plugin from 1.3.1 to 1.4
2017-01-17 16:12:11 +01:00

18 lines
297 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.3.1
django-coverage-plugin==1.4
Sphinx==1.5.1
django-extensions==1.7.5
Werkzeug==0.11.15
django-test-plus==1.0.16
factory-boy==2.8.1
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.1
pytest-django==3.1.2
pytest-sugar==0.8.0