mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-14 13:47:07 +03:00
11 lines
260 B
Plaintext
11 lines
260 B
Plaintext
# Local development dependencies go here
|
|
-r base.txt
|
|
coverage==3.6
|
|
django-discover-runner==0.4
|
|
Sphinx
|
|
|
|
|
|
# django-debug-toolbar that works with Django 1.5+
|
|
git+git://github.com/django-debug-toolbar/django-debug-toolbar@7e4ecfd04cfe61b51e1fd6fdf0ce1c800a3ebb3b
|
|
|