tickets-bot/pyproject.toml
Neil Revin 00d90dea36
feat: initial
Signed-off-by: ItsNeil17 <neil@willofsteel.me>
2025-11-29 20:44:22 +05:30

15 lines
307 B
TOML

[project]
name = "rollerite-test"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"aiomysql>=0.2.0",
"aiosqlite>=0.19.0",
"discord-py>=2.3.0",
"motor>=3.3.0",
"python-dotenv>=1.0.0",
"sqlalchemy>=2.0.0",
]