typing-extensions>=4.0.0

[all]
dataclass-args[toml,validation,yaml]

[dev]
pytest>=7.0.0
pytest-cov>=4.0.0
black>=23.0.0
isort>=5.12.0
mypy>=1.0.0
pre-commit>=3.0.0
flake8>=6.0.0
bandit>=1.7.0
types-PyYAML>=6.0.0

[toml]

[toml:python_version < "3.11"]
tomli>=2.0.0

[validation]
pydantic>=2.0

[yaml]
PyYAML>=6.0
