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

19 lines
358 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.6.1
{%- endif %}
2015-11-25 02:14:01 +03:00
coverage==4.0.3
2016-02-07 08:26:40 +03:00
django_coverage_plugin==1.2.2
2016-03-02 04:13:07 +03:00
flake8==2.5.4
2016-03-06 07:30:27 +03:00
django-test-plus==1.0.12
2016-03-02 04:13:07 +03:00
factory_boy==2.6.1
2016-02-24 23:22:22 +03:00
# pytest!
pytest-django==2.9.1
2016-02-24 23:49:06 +03:00
pytest-sugar==0.5.1