Files
wov-node-llm/pyproject.toml
T

21 lines
443 B
TOML

[project]
name = "wov-node-llm"
version = "0.1.0"
description = "WOV LLM translation node"
requires-python = ">=3.11"
dependencies = ["wov-sdk"]
[tool.uv.sources]
wov-sdk = { path = "../wov-sdk" }
[dependency-groups]
dev = ["pytest", "pytest-cov"]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["."]
addopts = "--cov=wov_node_llm --cov-report=term-missing --cov-fail-under=100"
[tool.setuptools]
packages = ["wov_node_llm"]