refactor: remove dead code from OSS (fuzzforge-types and unused fuzzforge-common modules)

This commit is contained in:
AFredefon
2026-02-18 01:38:35 +01:00
parent be55bd3426
commit 829e8b994b
41 changed files with 31 additions and 1277 deletions
-2
View File
@@ -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 }