Добавлено прослушивание музыки
Some checks failed
CI / basic-checks (push) Failing after 10s

This commit is contained in:
2026-03-07 13:11:18 +07:00
parent 2c6629f7f9
commit b89b30b7c5
7 changed files with 205 additions and 18 deletions

View File

@@ -8,12 +8,15 @@ authors = [
license = {text = "MIT"}
requires-python = ">=3.11,<4.0"
dependencies = [
"discord (>=2.3.2,<3.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"email-validator (>=2.3.0,<3.0.0)",
"pydantic (>=2.12.5,<3.0.0)",
"pydantic-settings (>=2.12.0,<3.0.0)"
]
"pydantic-settings (>=2.12.0,<3.0.0)",
"yt_dlp(>=2026.3.3)",
"pynacl(>=1.6.2)",
"discord(>=2.3.2,<3.0.0)",
"davey(>=0.1.4)"
]