
[build]
setuptools-git
wheel
twine

[docs]
sphinx

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

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

[test:python_version >= "3"]
django
