Use tomllib now that toml is in the standard library

This commit is contained in:
Andrew Hamilton 2025-06-03 16:36:58 +10:00
parent e9bc97fb40
commit 63a2c0dfd9
3 changed files with 80 additions and 71 deletions

View file

@ -18,7 +18,6 @@ dependencies = [
"pygments==2.19.1",
"pyinotify-elephant-fork==0.0.1",
"termstr",
"toml==0.10.2",
]
[tool.uv.sources]