2013-08-14 22:01:41 +04:00
|
|
|
# Test dependencies go here.
|
|
|
|
-r base.txt
|
2015-10-20 02:02:42 +03:00
|
|
|
|
|
|
|
{% if cookiecutter.windows == 'y' -%}
|
|
|
|
# Python-PostgreSQL Database Adapter
|
|
|
|
# If using Win for dev, this assumes Unix in test/prod
|
2017-10-24 23:13:12 +03:00
|
|
|
psycopg2==2.7.3.2
|
2015-10-20 02:02:42 +03:00
|
|
|
{%- endif %}
|
|
|
|
|
2017-11-12 22:54:42 +03:00
|
|
|
coverage==4.4.2
|
2017-10-24 21:13:10 +03:00
|
|
|
flake8==3.5.0 # pyup: != 2.6.0
|
2018-01-10 18:31:00 +03:00
|
|
|
django-test-plus==1.0.22
|
2017-08-04 10:56:11 +03:00
|
|
|
factory-boy==2.9.2
|
2017-09-07 13:28:09 +03:00
|
|
|
django-coverage-plugin==1.5.0
|
2016-02-24 23:22:22 +03:00
|
|
|
|
2016-04-26 08:59:02 +03:00
|
|
|
# pytest
|
2016-11-29 20:06:50 +03:00
|
|
|
pytest-django==3.1.2
|
2017-08-15 12:07:38 +03:00
|
|
|
pytest-sugar==0.9.0
|