fix: add workspace packages as root deps so uv sync installs everything

This commit is contained in:
AFredefon
2026-03-11 01:32:17 +01:00
parent b137f48e7f
commit 47c254e2bd
2 changed files with 13 additions and 0 deletions
+5
View File
@@ -7,6 +7,11 @@ requires-python = ">=3.14"
authors = [
{ name = "FuzzingLabs", email = "contact@fuzzinglabs.com" }
]
dependencies = [
"fuzzforge-cli",
"fuzzforge-mcp",
"fuzzforge-common",
]
[project.optional-dependencies]
dev = [