Skip to content

Commit eea3164

Browse files
committed
fix: add missing aiomqtt dependency
1 parent 7a6a706 commit eea3164

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ keywords = ["snoo", "homeassistant"]
1919
[tool.poetry.dependencies]
2020
python = "^3.11"
2121
aiohttp = "*"
22+
aiomqtt = "*"
2223
freenub = "^0.1.0"
2324
mashumaro = "^3.15"
2425
python-dotenv = "^1.0.0"

0 commit comments

Comments
 (0)