cookiecutter-django/{{cookiecutter.project_slug}}/requirements/test.txt

19 lines
375 B
Plaintext
Raw Normal View History

# 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.7.4
{%- endif %}
2018-02-11 10:06:18 +03:00
coverage==4.5.1
flake8==3.5.0 # pyup: != 2.6.0
django-test-plus==1.0.22
factory-boy==2.10.0
django-coverage-plugin==1.5.0
2016-02-24 23:22:22 +03:00
2016-04-26 08:59:02 +03:00
# pytest
pytest-django==3.1.2
2018-02-06 20:16:24 +03:00
pytest-sugar==0.9.1