Closed mgorny closed 2 years ago
Add support for the modern tomli module and specify it in dependency files instead of the obsolete toml library. tomli is the common choice among new Python projects and unlike toml, it implements TOML 1.0.
tomli
toml
@mgorny cool. thanks. Feel free to yourself into AUTHORS file
Sure, done.
rebased and merged. thanks. I removed the support for the non-maintained module toml. 3 libs is enough!
Add support for the modern
tomli
module and specify it in dependency files instead of the obsoletetoml
library.tomli
is the common choice among new Python projects and unliketoml
, it implements TOML 1.0.