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

18 lines
342 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
2016-07-07 05:38:04 +03:00
psycopg2==2.6.2
{%- endif %}
2016-07-27 00:10:15 +03:00
coverage==4.2
flake8==3.2.1 # pyup: != 2.6.0
django-test-plus==1.0.16
2016-04-26 08:59:02 +03:00
factory_boy==2.7.0
2016-02-24 23:22:22 +03:00
2016-04-26 08:59:02 +03:00
# pytest
pytest-django==3.1.2
2016-04-26 08:59:02 +03:00
pytest-sugar==0.7.1