pluggy
toml

[:python_version < "3"]
tox==3.15.1

[:python_version >= "3"]
tox>=3.7.0

[test]
coverage
pytest<5

[test:python_version >= "3.8"]
pycodestyle
pylint
