16 lines
284 B
TOML
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",
|
|
]
|