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

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

[docs]
sphinx
sphinx_rtd_theme
doc8

[optional]

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

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