1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-06 14:05:21 +02:00

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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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" }