Update pyproject.toml

This commit is contained in:
Anthony Samms
2025-11-21 10:31:32 -05:00
parent b2dee4df4e
commit fe6dd17c25

View File

@@ -10,9 +10,6 @@ dependencies = [
"tomlkit>=0.13.3",
]
[tool.uv]
no-build-package = ["numpy", "pillow"]
[tool.vulture]
exclude = ["*.git", ".github/", ".venv/", "cache/"]
paths = ["."]