cookiecutter-django/{{cookiecutter.project_slug}}/requirements/test.txt
pyup.io bot 30bfba71bc Update flake8 to 2.6.0 (#625)
* Update flake8 from 2.5.5 to 2.6.0

* Update flake8 from 2.5.5 to 2.6.0
2016-06-15 17:57:04 -07:00

19 lines
355 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.1
django-coverage-plugin==1.3.1
flake8==2.6.0
django-test-plus==1.0.13
factory_boy==2.7.0
# pytest
pytest-django==2.9.1
pytest-sugar==0.7.1