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-07-22 21:41:28 +03:00
|
|
|
psycopg2==2.7.2
|
2015-10-20 02:02:42 +03:00
|
|
|
{%- endif %}
|
|
|
|
|
2017-05-15 09:39:38 +03:00
|
|
|
coverage==4.4.1
|
2017-02-09 11:10:22 +03:00
|
|
|
flake8==3.3.0 # pyup: != 2.6.0
|
2017-06-26 20:15:47 +03:00
|
|
|
django-test-plus==1.0.18
|
2016-12-17 14:07:47 +03:00
|
|
|
factory-boy==2.8.1
|
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
|
2016-12-29 00:33:35 +03:00
|
|
|
pytest-sugar==0.8.0
|