mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 13:17:00 +03:00
95f22eab4f
Update sphinx to 1.7.0
20 lines
303 B
Plaintext
20 lines
303 B
Plaintext
# Local development dependencies go here
|
|
-r base.txt
|
|
|
|
coverage==4.5.1
|
|
django-coverage-plugin==1.5.0
|
|
|
|
Sphinx==1.7.0
|
|
django-extensions==1.9.9
|
|
Werkzeug==0.14.1
|
|
django-test-plus==1.0.22
|
|
factory-boy==2.10.0
|
|
|
|
django-debug-toolbar==1.9.1
|
|
|
|
# improved REPL
|
|
ipdb==0.10.3
|
|
|
|
pytest-django==3.1.2
|
|
pytest-sugar==0.9.1
|