django>=1.8

[dev]
tox
pytest-django

[dev:python_version < "3"]
mock

[test]
pytest-cov
pytest-django

[test:python_version < "3"]
mock
