black>=21.5b1
toml>=0.10.0

[:python_version < "3.7"]
dataclasses

[:python_version < "3.8"]
typing-extensions

[isort]
isort>=5.0.1

[test]
black>=21.7b1
flake8<4
mypy>=0.931
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
regex>=2021.4.4
types-toml>=0.10.4

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