
[toml]

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

[toml:python_version >= "3.7"]
toml>=0.10

[yaml]
pyyaml>=6.0
