[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"]