Add paho-mqtt package, as needed by Apprise to send MQTT messages (#3078)

Co-authored-by: Michael Genson <71845777+michael-genson@users.noreply.github.com>
This commit is contained in:
boc-the-git
2024-01-31 01:31:24 +11:00
committed by GitHub
parent a05ede5e05
commit f0c89525f6
2 changed files with 15 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ isodate = "^0.6.1"
text-unidecode = "^1.3"
rapidfuzz = "^3.2.0"
html2text = "^2020.1.16"
paho-mqtt = "^1.6.1"
[tool.poetry.group.postgres.dependencies]
psycopg2-binary = { version = "^2.9.1" }