mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 20:28:01 +03:00
20 lines
351 B
Plaintext
20 lines
351 B
Plaintext
# Local development dependencies go here
|
|
-r base.txt
|
|
coverage==4.0.3
|
|
django_coverage_plugin==1.2.2
|
|
Sphinx
|
|
django-extensions==1.6.1
|
|
Werkzeug==0.11.4
|
|
django-test-plus==1.0.12
|
|
factory_boy==2.6.1
|
|
|
|
# django-debug-toolbar that works with Django 1.5+
|
|
django-debug-toolbar==1.4
|
|
|
|
# improved REPL
|
|
ipdb==0.9.0
|
|
|
|
# pytest!
|
|
pytest-django==2.9.1
|
|
pytest-sugar==0.5.1
|