cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot d372ec05f9 Update django-test-plus to 1.0.21 (#1407)
* Update django-test-plus from 1.0.20 to 1.0.21

* Update django-test-plus from 1.0.20 to 1.0.21
2017-12-17 15:52:31 +03:00

20 lines
300 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.4.2
django-coverage-plugin==1.5.0
Sphinx==1.6.5
django-extensions==1.9.8
Werkzeug==0.13
django-test-plus==1.0.21
factory-boy==2.9.2
django-debug-toolbar==1.9.1
# improved REPL
ipdb==0.10.3
pytest-django==3.1.2
pytest-sugar==0.9.0