api: implement basic mqtt client
All checks were successful
Build Container / Build Container (push) Successful in 1m53s

This commit is contained in:
lilly 2026-05-19 09:34:51 +02:00
commit f45348f8df
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
4 changed files with 119 additions and 1 deletions

View file

@ -6,6 +6,7 @@ requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.13.5",
"fastapi>=0.136.1",
"paho-mqtt>=2.1.0",
"simple-openid-connect>=2.4.0",
"uvicorn>=0.46.0",
]