
[:python_version < "3.8"]

[:sys_platform=='win32']
pyreadline3

[dev]
codecov
doc8
flake8
invoke
mypy
nox
pytest>=4.6
pytest-cov
pytest-mock
sphinx
sphinx-rtd-theme
sphinx-autobuild
twine>=1.11

[test]
codecov
coverage
pytest>=4.6
pytest-cov
pytest-mock

[test:sys_platform == "darwin"]
gnureadline

[validate]
flake8
mypy
types-pkg-resources
