feat: add tomli so we can support 3.10

This commit is contained in:
Eduardo Chiarotti
2024-10-24 21:23:09 -03:00
parent a921828e51
commit 23ab7e5596
5 changed files with 23 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ dependencies = [
"uv>=0.4.25",
"tomli-w>=1.1.0",
"chromadb>=0.4.24",
"tomli>=2.0.2",
]
[project.urls]