Use tomli and tomllib instead of toml

This commit is contained in:
Daniël van Noord 2022-05-24 08:44:13 +02:00 committed by Anthony Sottile
parent 6a5ae704e5
commit fc88f3fa49
2 changed files with 9 additions and 4 deletions

View file

@ -24,7 +24,7 @@ classifiers =
packages = find:
install_requires =
ruamel.yaml>=0.15
toml
tomli>=1.1.0;python_version<"3.11"
python_requires = >=3.7
[options.packages.find]