gacsco/pyproject.toml
2025-05-04 17:01:28 +02:00

16 lines
284 B
TOML

[project]
name = "genieacs-commander"
dynamic = ["version"]
description = "Remote control genieacs"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"httpx>=0.28.1",
"typer>=0.15.3",
]
[dependency-groups]
dev = [
"dunamai>=1.23.1",
"ipdb>=0.13.13",
]