Replace paho-mqtt with aiomqtt
This commit is contained in:
parent
37e349b8d1
commit
07cab2d2d1
3 changed files with 94 additions and 87 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue