
[build]
setuptools-git
twine
wheel

[docs]
sphinx

[test]
pytest-cov
pytest-django
pytest>=3.6
sybil
twisted
zope.component

[test:python_version < "3"]
django<2
mock

[test:python_version >= "3"]
django
