bot/pyproject.toml

13 lines
315 B
TOML

[project]
name = "discord-bot"
version = "0.1.0"
description = "Bitlair Discord Bot"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiomqtt>=2.4.0",
"discord-py>=2.5.2",
"discord-webhook>=1.4.1",
"pytz>=2025.2",
"pydle[sasl]@git+https://github.com/polyfloyd/pydle@develop",
]