mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-03-13 20:36:10 +00:00
25 lines
401 B
TOML
25 lines
401 B
TOML
[project]
|
|
name = "fuzzforge-common"
|
|
version = "0.0.1"
|
|
description = "FuzzForge's common types and utilities."
|
|
authors = []
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"podman==5.6.0",
|
|
"pydantic==2.12.4",
|
|
"structlog>=24.0.0",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
lints = [
|
|
"bandit==1.8.6",
|
|
"mypy==1.18.2",
|
|
"ruff==0.14.4",
|
|
]
|
|
tests = [
|
|
"pytest==9.0.2",
|
|
]
|
|
|
|
|