Files
ECC/skills/skill-comply/pyproject.toml
T

17 lines
360 B
TOML

[project]
name = "skill-comply"
version = "0.1.0"
description = "Automated skill compliance measurement for Claude Code"
requires-python = ">=3.11"
dependencies = ["pyyaml>=6.0"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
markers = ["unit: isolated tests without external services"]
[dependency-groups]
dev = [
"pytest>=9.0.2",
]