Replace paho-mqtt with aiomqtt

This commit is contained in:
polyfloyd 2025-05-05 21:45:01 +02:00
parent 37e349b8d1
commit 07cab2d2d1
3 changed files with 94 additions and 87 deletions

View file

@ -5,8 +5,8 @@ description = "Bitlair Discord Bot"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiomqtt>=2.4.0",
"discord-py>=2.5.2",
"discord-webhook>=1.4.1",
"paho-mqtt>=2.1.0",
"pytz>=2025.2",
]