Files
ai-code-audit-cli/pyproject.toml
7000pctAUTO 96e5b1e745
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / test (3.9) (push) Has been cancelled
CI / build (push) Has been cancelled
CI / release (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
fix: resolve CI import and type mismatch issues
2026-02-03 10:39:02 +00:00

21 lines
427 B
TOML

[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "ai-code-audit-cli"
version = "0.1.0"
description = "AI-powered code audit CLI tool"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"rich>=13.0.0",
"typer>=0.9.0",
]
[project.optional-dependencies]
dev = ["pytest>=7.0.0", "ruff>=0.1.0"]
[tool.pytest.ini_options]
testpaths = ["tests"]