mirror of
https://github.com/affaan-m/ECC.git
synced 2026-09-17 23:28:04 +02:00
17 lines
360 B
TOML
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",
|
|
]
|