mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 17:12:46 +00:00
27 lines
573 B
TOML
27 lines
573 B
TOML
[project]
|
|
name = "fuzzforge-tests"
|
|
version = "0.0.1"
|
|
description = "Common test utilities and fixtures for FuzzForge packages."
|
|
authors = []
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"boto3==1.42.8",
|
|
"podman==5.6.0",
|
|
"pytest==9.0.2",
|
|
"fuzzforge-common==0.0.1",
|
|
"fuzzforge-types==0.0.1",
|
|
"testcontainers[minio]==4.13.3",
|
|
]
|
|
|
|
[project.optional-dependencies]
|
|
lints = [
|
|
"bandit==1.8.6",
|
|
"mypy==1.18.2",
|
|
"ruff==0.14.4",
|
|
]
|
|
|
|
[tool.uv.sources]
|
|
fuzzforge-common = { workspace = true }
|
|
fuzzforge-types = { workspace = true }
|