cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot 8e68df4ac4 Update factory-boy to 2.10.0 (#1469)
* Update factory-boy from 2.9.2 to 2.10.0

* Update factory-boy from 2.9.2 to 2.10.0
2018-01-29 19:06:59 +03:00

20 lines
303 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.4.2
django-coverage-plugin==1.5.0
Sphinx==1.6.6
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.0