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

15 lines
306 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-01-30 23:32:01 +03:00
flake8==2.5.2
2015-11-24 03:15:11 +03:00
django-test-plus==1.0.11
2015-11-05 05:24:49 +03:00
factory_boy==2.6.0