12 lines
258 B
TOML
12 lines
258 B
TOML
[project]
|
|
name = "virtus-bot"
|
|
version = "0.1.0"
|
|
description = "A Discord bot for managing user experience points"
|
|
readme = "README.md"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"discord.py>=2.3.2",
|
|
"python-dotenv>=1.0.0",
|
|
"sqlalchemy>=2.0.0",
|
|
]
|