13 lines
234 B
TOML
13 lines
234 B
TOML
[project]
|
|
name = "wayg-music-bot"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
license = { file = "LICENSE" }
|
|
description = ""
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"aiogram>=3.27.0",
|
|
"aiohttp>=3.13.5",
|
|
"dotenv>=0.9.9",
|
|
]
|