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

17 lines
289 B
Plaintext
Raw Normal View History

# Local development dependencies go here
-r base.txt
2016-06-06 02:30:21 +03:00
coverage==4.1
django-coverage-plugin==1.3.1
2013-08-15 21:47:35 +04:00
Sphinx
2016-05-13 06:13:17 +03:00
django-extensions==1.6.7
2016-06-06 02:30:21 +03:00
Werkzeug==0.11.10
django-test-plus==1.0.13
2016-04-26 08:59:02 +03:00
factory_boy==2.7.0
django-debug-toolbar==1.4
2015-07-14 06:33:49 +03:00
# improved REPL
2016-04-29 23:54:49 +03:00
ipdb==0.10.0
2016-02-24 23:22:22 +03:00
pytest-django==2.9.1
2016-04-26 08:59:02 +03:00
pytest-sugar==0.7.1