Use builtin tomllib where possible and tomli{-w} where not.

This commit is contained in:
James Hilliard
2024-08-07 15:19:22 -06:00
parent d0aeb5a6ce
commit 794ed6d103
3 changed files with 28 additions and 12 deletions

View File

@@ -13,7 +13,8 @@ httpx = ">=0.26.0"
asyncssh = ">=2.14.2"
passlib = ">=1.7.4"
pyaml = ">=23.12.0"
toml = ">=0.10.2"
tomli = { version = ">=2.0.1", python = "<3.11" }
tomli-w = "1.0.0"
betterproto = ">=2.0.0b6"
aiofiles = ">=23.2.1"