mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 00:04:13 +03:00
041616db2c
* Update factory-boy from 2.8.1 to 2.9.0 * Update factory-boy from 2.8.1 to 2.9.0
20 lines
300 B
Plaintext
20 lines
300 B
Plaintext
# Local development dependencies go here
|
|
-r base.txt
|
|
|
|
coverage==4.4.1
|
|
django-coverage-plugin==1.5.0
|
|
|
|
Sphinx==1.6.3
|
|
django-extensions==1.8.1
|
|
Werkzeug==0.12.2
|
|
django-test-plus==1.0.18
|
|
factory-boy==2.9.0
|
|
|
|
django-debug-toolbar==1.8
|
|
|
|
# improved REPL
|
|
ipdb==0.10.3
|
|
|
|
pytest-django==3.1.2
|
|
pytest-sugar==0.8.0
|