forked from NotFate/bot
Добавлено прослушивание музыки
This commit is contained in:
@@ -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)"
|
||||
]
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user