mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
18 lines
295 B
Plaintext
18 lines
295 B
Plaintext
# Local development dependencies go here
|
|
-r base.txt
|
|
coverage==4.2
|
|
django-coverage-plugin==1.3.1
|
|
Sphinx==1.5
|
|
django-extensions==1.7.5
|
|
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.1.2
|
|
pytest-sugar==0.7.1
|