Files
homehub4000-prometheus-expo…/pyproject.toml
2026-01-05 20:47:00 -05:00

25 lines
462 B
TOML

[project]
name = "homehub-exporter"
version = "0.1.0"
description = "Prometheus exporter for the HomeHub 4000 router"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.11"
dependencies = [
"beautifulsoup4>=4.12",
"playwright>=1.50",
"prometheus-client>=0.21",
]
[dependency-groups]
dev = [
"pytest>=8.0",
"pytest-cov>=4.0",
"ruff>=0.3",
"ty>=0.0.9",
]
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]