cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
pyup.io bot 28a512d0ad Update pytest-sugar to 0.8.0 (#963)
* Update pytest-sugar from 0.7.1 to 0.8.0

* Update pytest-sugar from 0.7.1 to 0.8.0
2016-12-28 22:33:35 +01:00

18 lines
299 B
Plaintext

# Local development dependencies go here
-r base.txt
coverage==4.3.1
django-coverage-plugin==1.3.1
Sphinx==1.5.1
django-extensions==1.7.5
Werkzeug==0.11.13
django-test-plus==1.0.16
factory-boy==2.8.1
django-debug-toolbar==1.6
# improved REPL
ipdb==0.10.1
pytest-django==3.1.2
pytest-sugar==0.8.0