Get device info with a device_id or WAN MAC address
All checks were successful
/ build (push) Successful in 15s

This commit is contained in:
phil 2025-05-06 01:35:57 +02:00
parent 4cd86bfbb0
commit 04279ce8c6
4 changed files with 26 additions and 3 deletions

View file

@ -6,6 +6,7 @@ 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",
]