mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
28a512d0ad
* Update pytest-sugar from 0.7.1 to 0.8.0 * Update pytest-sugar from 0.7.1 to 0.8.0
18 lines
344 B
Plaintext
18 lines
344 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.3.1
|
|
flake8==3.2.1 # pyup: != 2.6.0
|
|
django-test-plus==1.0.16
|
|
factory-boy==2.8.1
|
|
|
|
# pytest
|
|
pytest-django==3.1.2
|
|
pytest-sugar==0.8.0
|