Set up uv
This commit is contained in:
parent
d618ebf51f
commit
37e349b8d1
5 changed files with 522 additions and 6 deletions
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue