Switch from PyTOML to tomlkit.

This commit is contained in:
OK
2023-07-11 14:16:59 +02:00
parent 6d9fa0e718
commit 7c52896ad9
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -43,5 +43,4 @@ pytest = "*"
setuptools = "*"
wheel = "*"
watchdog = "*"
toml = "*"
types-toml = "*"
tomlkit = "*"