Set up uv

This commit is contained in:
polyfloyd 2025-05-05 20:55:28 +02:00
parent d618ebf51f
commit 37e349b8d1
5 changed files with 522 additions and 6 deletions

12
pyproject.toml Normal file
View file

@ -0,0 +1,12 @@
[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",
]