chore: drop toml, use tomli (#876)

This is required to get TOML 1.0 support, and lightens our dependencies a bit.
This commit is contained in:
Henry Schreiner
2021-10-15 11:30:16 -04:00
committed by GitHub
parent 414b4f02ad
commit bf36398572
10 changed files with 59 additions and 41 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ install_requires =
bracex
certifi
packaging
toml
tomli
typing_extensions;python_version < '3.8'
python_requires = >=3.6
include_package_data = True