mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-06-08 01:33:54 +02:00
refactor: remove dead code from OSS (fuzzforge-types and unused fuzzforge-common modules)
This commit is contained in:
@@ -7,7 +7,6 @@ readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = [
|
||||
"fuzzforge-runner==0.0.1",
|
||||
"fuzzforge-types==0.0.1",
|
||||
"rich>=14.0.0",
|
||||
"typer==0.20.1",
|
||||
]
|
||||
@@ -27,4 +26,3 @@ fuzzforge = "fuzzforge_cli.__main__:main"
|
||||
|
||||
[tool.uv.sources]
|
||||
fuzzforge-runner = { workspace = true }
|
||||
fuzzforge-types = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user