cookiecutter-django/{{cookiecutter.project_slug}}/requirements/test.txt
pyup.io bot efad688671 Update flake8 to 3.2.1 (#900)
* Update flake8 from 3.2.0 to 3.2.1

* Update flake8 from 3.2.0 to 3.2.1
2016-11-23 11:36:31 +01:00

18 lines
342 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.2
{%- endif %}
coverage==4.2
flake8==3.2.1 # pyup: != 2.6.0
django-test-plus==1.0.16
factory_boy==2.7.0
# pytest
pytest-django==3.1.1
pytest-sugar==0.7.1