bot/pyproject.toml

13 lines
273 B
TOML

[project]
name = "discord-bot"
version = "0.1.0"
description = "Bitlair Discord Bot"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.11.18",
"aiomqtt>=2.4.0",
"discord-py>=2.5.2",
"discord-webhook>=1.4.1",
"pytz>=2025.2",
]