mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-12-02 06:24:06 +03:00
52a2c555ca
Because it has been added to Django 1.6 as the default test runner.
8 lines
154 B
Plaintext
8 lines
154 B
Plaintext
# Local development dependencies go here
|
|
-r base.txt
|
|
coverage==3.7.1
|
|
Sphinx
|
|
|
|
# django-debug-toolbar that works with Django 1.5+
|
|
django-debug-toolbar==1.2
|