15 lines
307 B
TOML
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",
|
|
]
|