gacsco/pyproject.toml
phil 04279ce8c6
All checks were successful
/ build (push) Successful in 15s
Get device info with a device_id or WAN MAC address
2025-05-06 01:35:57 +02:00

31 lines
622 B
TOML

[project]
name = "gacsco"
dynamic = ["version"]
description = "Remote control genieacs"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"httpx>=0.28.1",
"netaddr>=1.3.0",
"pydantic-settings[yaml]>=2.9.1",
"typer>=0.15.3",
]
[dependency-groups]
dev = ["dunamai>=1.23.1", "ipdb>=0.13.13"]
[project.scripts]
gacsco = "gacsco.main:main"
[build-system]
requires = ["hatchling", "uv-dynamic-versioning"]
build-backend = "hatchling.build"
[tool.hatch.version]
source = "uv-dynamic-versioning"
[tool.hatch.build.targets.wheel]
packages = ["src/gacsco"]
[tool.uv-dynamic-versioning]
style = "semver"