mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-13 07:03:10 +00:00
* Update django-test-plus from 1.0.16 to 1.0.17 * Update django-test-plus from 1.0.16 to 1.0.17
19 lines
301 B
Text
19 lines
301 B
Text
# Local development dependencies go here
|
|
-r base.txt
|
|
|
|
coverage==4.3.4
|
|
django-coverage-plugin==1.4.1
|
|
|
|
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
|