api: implement basic mqtt client
All checks were successful
Build Container / Build Container (push) Successful in 1m53s
All checks were successful
Build Container / Build Container (push) Successful in 1m53s
This commit is contained in:
parent
8083330032
commit
f45348f8df
4 changed files with 119 additions and 1 deletions
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue