chore(pyproject.toml): add yt-dlp and pycryptodomex to standard optional and downwoal optional

This commit is contained in:
Benexl
2025-07-28 22:15:46 +03:00
parent 93c0f2ab83
commit ea918909b9
2 changed files with 17 additions and 7 deletions

View File

@@ -9,10 +9,8 @@ dependencies = [
"click>=8.1.7",
"httpx>=0.28.1",
"inquirerpy>=0.3.4",
"pycryptodomex>=3.23.0",
"pydantic>=2.11.7",
"rich>=13.9.2",
"yt-dlp>=2025.7.21",
]
[project.scripts]
@@ -26,12 +24,18 @@ standard = [
"lxml>=6.0.0",
"pypresence>=4.3.0",
"thefuzz>=0.22.1",
"yt-dlp>=2025.7.21",
"pycryptodomex>=3.23.0",
]
notifications = ["plyer>=2.1.0"]
mpv = ["mpv>=1.0.7"]
torrent = ["libtorrent>=2.0.11"]
lxml = ["lxml>=6.0.0"]
discord = ["pypresence>=4.3.0"]
download = [
"pycryptodomex>=3.23.0",
"yt-dlp>=2025.7.21",
]
[build-system]
requires = ["hatchling"]