mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-05-24 20:54:00 +02:00
fix: add workspace packages as root deps so uv sync installs everything
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user