
[all]
pytest>=3.5
pytest-flake8
pytest-cov
sphinx
sphinx_rtd_theme
doc8

[all:python_version >= "3.6" and platform_python_implementation == "CPython"]
pytest-black

[docs]
sphinx
sphinx_rtd_theme
doc8

[optional]

[tests]
pytest>=3.5
pytest-flake8
pytest-cov

[tests:python_version >= "3.6" and platform_python_implementation == "CPython"]
pytest-black
