cookiecutter-django/{{cookiecutter.repo_name}}/requirements/test.txt
Fabio C. Barrionuevo da Luz dbe5bcc690 update requirements
2015-11-04 23:24:49 -03:00

14 lines
275 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.1
{%- endif %}
coverage==4.0.2
flake8==2.5.0
django-test-plus==1.0.9
factory_boy==2.6.0