Files
ts-anomaly-td/pyproject.toml
T
2026-06-11 15:31:16 +08:00

24 lines
575 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[project]
name = "ts-anomaly-td"
version = "0.1.0"
description = "TDengine 时序异常分析 CLI 工具——ANOMALY_WINDOW × 6 + FORECAST + GT 对比可视化"
readme = "README.md"
requires-python = ">=3.11"
license = {text = "Apache-2.0"}
dependencies = [
"taos-ws-py>=0.2.0",
"pandas>=2.0",
"numpy>=1.24",
"matplotlib>=3.7",
]
[project.scripts]
ts-anomaly-td = "ts_anomaly_td.cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.pytest.ini_options]
markers = ["e2e: end-to-end tests requiring TDengine container"]