black>=21.5b1
toml

[:python_version < "3.7"]
dataclasses

[:python_version < "3.8"]
typing-extensions

[isort]
isort>=5.0.1

[test]
black>=21.7b1
mypy>=0.910
pylint
pytest>=6.1.0
pytest-darker
pytest-flake8>=1.0.6
pytest-isort>=1.1.0
pytest-kwparametrize>=0.0.3
pytest-mypy
pygments
types-toml>=0.1.3

[test:python_version < "3.7"]
types-dataclasses
