cookiecutter-django/{{cookiecutter.project_slug}}/requirements/test.txt
pyup.io bot 83081a20b5 Update factory-boy to 2.9.1 (#1272)
* Update factory-boy from 2.9.0 to 2.9.1

* Update factory-boy from 2.9.0 to 2.9.1
2017-08-02 16:07:25 +03:00

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.7.3
{%- endif %}
coverage==4.4.1
flake8==3.4.1 # pyup: != 2.6.0
django-test-plus==1.0.18
factory-boy==2.9.1
# pytest
pytest-django==3.1.2
pytest-sugar==0.8.0