Fix completions

This commit is contained in:
2024-06-04 16:58:23 +02:00
parent 5b7cd757fd
commit 32ab2508c3
3 changed files with 9 additions and 85 deletions

View File

@@ -9,7 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
paho-mqtt = "^2.1.0"
typer = "^0.12.3"
typer-slim = "^0.12.3"
[tool.poetry.scripts]
huecli = "huecli.__main__:main"