cookiecutter-django/{{cookiecutter.project_slug}}/requirements/test.txt
pyup.io bot 572df4f359 Update django-test-plus to 1.0.17 (#1012)
* Update django-test-plus from 1.0.16 to 1.0.17

* Update django-test-plus from 1.0.16 to 1.0.17
2017-02-02 14:46:50 +01:00

18 lines
344 B
Plaintext

# Test dependencies go here.
-r base.txt
{% if cookiecutter.windows == 'y' -%}
# Python-PostgreSQL Database Adapter
# If using Win for dev, this assumes Unix in test/prod
psycopg2==2.6.2
{%- endif %}
coverage==4.3.4
flake8==3.2.1 # pyup: != 2.6.0
django-test-plus==1.0.17
factory-boy==2.8.1
# pytest
pytest-django==3.1.2
pytest-sugar==0.8.0