cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt

20 lines
303 B
Plaintext
Raw Normal View History

# Local development dependencies go here
-r base.txt
2018-02-11 10:06:17 +03:00
coverage==4.5.1
django-coverage-plugin==1.5.0
2018-02-12 19:00:24 +03:00
Sphinx==1.7.0
django-extensions==1.9.9
Werkzeug==0.14.1
django-test-plus==1.0.22
factory-boy==2.10.0
django-debug-toolbar==1.9.1
2015-07-14 06:33:49 +03:00
# improved REPL
2017-05-01 00:35:19 +03:00
ipdb==0.10.3
2016-02-24 23:22:22 +03:00
pytest-django==3.1.2
pytest-sugar==0.9.1