feat: a minimum viable product
This commit is contained in:
parent
ccd33c2ac0
commit
1662ff4915
11 changed files with 716 additions and 0 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[project]
|
||||
name = "dunnobot"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"discord-py>=2.5.2",
|
||||
"httpx>=0.28.1",
|
||||
"loguru>=0.7.3",
|
||||
"pydantic>=2.10.6",
|
||||
"python-dotenv>=1.0.1",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue