Remove toml - unused

(pytest etc. use tomli, which is instlled)
This commit is contained in:
Patrick Robertson
2025-01-14 18:13:27 +01:00
parent 306df62a98
commit 74a4a24a23
2 changed files with 1 additions and 14 deletions

View File

@@ -56,7 +56,6 @@ dependencies = [
"retrying (>=0.0.0)",
"tsp-client (>=0.0.0)",
"certvalidator (>=0.0.0)",
"toml (>=0.10.2,<0.11.0)"
]
[tool.poetry.group.dev.dependencies]