12 lines
251 B
TOML
12 lines
251 B
TOML
[project]
|
|
name = "discord-bot"
|
|
version = "0.1.0"
|
|
description = "Bitlair Discord Bot"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"discord-py>=2.5.2",
|
|
"discord-webhook>=1.4.1",
|
|
"paho-mqtt>=2.1.0",
|
|
"pytz>=2025.2",
|
|
]
|