
[all]
pyyaml>=6.0

[all:python_version >= "3.12"]
redis>=5.0

[cache]

[cache-redis]

[cache-redis:python_version >= "3.12"]
redis>=5.0

[config]
pyyaml>=6.0

[dev]
pytest>=8
mypy>=1.11
ruff>=0.6
build>=1.2
twine>=5.0
