FunkyBot/pyproject.toml

11 lines
213 B
TOML
Raw Normal View History

2025-06-16 08:06:06 +00:00
[project]
name = "funkybot"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"discord-py==2.5.2",
"python-dotenv==1.1.0",
"sqlalchemy==2.0.41",
]