bot/pyproject.toml

16 lines
366 B
TOML

[project]
name = "discord-bot"
version = "0.1.0"
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",
"pydle[sasl]",
"pytz>=2025.2",
]
[tool.uv.sources]
pydle = { git = "https://github.com/TheHolyRoger/pydle", branch = "fix-py10" }