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
|
2016-07-07 05:38:04 +03:00
|
|
|
psycopg2==2.6.2
|
2015-10-20 02:02:42 +03:00
|
|
|
{%- endif %}
|
|
|
|
|
2016-06-06 02:30:18 +03:00
|
|
|
coverage==4.1
|
|
|
|
django-coverage-plugin==1.3.1
|
2016-06-26 23:24:19 +03:00
|
|
|
flake8==2.6.2 # pyup: != 2.6.0
|
2016-06-27 10:48:02 +03:00
|
|
|
django-test-plus==1.0.14
|
2016-04-26 08:59:02 +03:00
|
|
|
factory_boy==2.7.0
|
2016-02-24 23:22:22 +03:00
|
|
|
|
2016-04-26 08:59:02 +03:00
|
|
|
# pytest
|
2016-02-24 23:22:22 +03:00
|
|
|
pytest-django==2.9.1
|
2016-04-26 08:59:02 +03:00
|
|
|
pytest-sugar==0.7.1
|