FunkyBot/pyproject.toml

13 lines
258 B
TOML
Raw Permalink 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 = [
"datetime==5.5",
2025-06-16 08:06:06 +00:00
"discord-py==2.5.2",
"python-dotenv==1.1.0",
"requests==2.32.4",
2025-06-16 08:06:06 +00:00
"sqlalchemy==2.0.41",
]