cookiecutter-django/{{cookiecutter.project_slug}}/requirements/test.txt
Fábio C. Barrionuevo da Luz c8e9ad46e6 Merge pull request #1372 from pydanny/pyup-update-psycopg2-2.7.3.1-to-2.7.3.2
Update psycopg2 to 2.7.3.2
2017-10-24 18:13:55 -03:00

19 lines
376 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.7.3.2
{%- endif %}
coverage==4.4.1
flake8==3.5.0 # pyup: != 2.6.0
django-test-plus==1.0.19
factory-boy==2.9.2
django-coverage-plugin==1.5.0
# pytest
pytest-django==3.1.2
pytest-sugar==0.9.0