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