feat: a minimum viable product

This commit is contained in:
Teesh 2025-03-13 20:36:28 +02:00
parent ccd33c2ac0
commit 1662ff4915
11 changed files with 716 additions and 0 deletions

13
pyproject.toml Normal file
View 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",
]