
[all]
PyYAML>=6.0
tomli-w>=1.0
openpyxl>=3.1

[all:python_version < "3.11"]
tomli>=2.0

[dev]
pytest>=8
pytest-cov>=5
mypy>=1.10
ruff>=0.5
black>=24.0
types-PyYAML>=6.0.12.20240808
types-toml>=0.10.8.20240310

[excel]
openpyxl>=3.1

[toml]
tomli-w>=1.0

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

[yaml]
PyYAML>=6.0
