api: implement abstraction for connecting to CCUJACK MQTT broker
All checks were successful
Build Container / Build Container (push) Successful in 1m30s
All checks were successful
Build Container / Build Container (push) Successful in 1m30s
This commit is contained in:
parent
8083330032
commit
417b0a6ba4
6 changed files with 122 additions and 3 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