mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-14 13:47:07 +03:00
7271934268
* Update psycopg2 from 2.7.3.2 to 2.7.4 * Update psycopg2 from 2.7.3.2 to 2.7.4 * Update psycopg2 from 2.7.3.2 to 2.7.4
19 lines
373 B
Plaintext
19 lines
373 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.4
|
|
{%- endif %}
|
|
|
|
coverage==4.5
|
|
flake8==3.5.0 # pyup: != 2.6.0
|
|
django-test-plus==1.0.22
|
|
factory-boy==2.10.0
|
|
django-coverage-plugin==1.5.0
|
|
|
|
# pytest
|
|
pytest-django==3.1.2
|
|
pytest-sugar==0.9.1
|