cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot 1d13b1915d Update django-test-plus to 1.0.16 (#858)
* Update django-test-plus from 1.0.15 to 1.0.16

* Update django-test-plus from 1.0.15 to 1.0.16
2016-10-20 17:08:43 +02:00

18 lines
297 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.2
django-coverage-plugin==1.3.1
Sphinx==1.4.8
django-extensions==1.7.4
Werkzeug==0.11.11
django-test-plus==1.0.16
factory_boy==2.7.0
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.1
pytest-django==3.0.0
pytest-sugar==0.7.1