chore: remove unnecessary yt-dlp extras

This commit is contained in:
benex
2024-11-16 21:22:44 +03:00
parent fe0fa97576
commit aa8b91aed3
2 changed files with 8 additions and 211 deletions

View File

@@ -11,7 +11,7 @@ dependencies = [
"requests>=2.32.3",
"rich>=13.9.2",
"thefuzz>=0.22.1",
"yt-dlp[default]>=2024.10.7",
"yt-dlp>=2024.10.7",
]
[project.scripts]
@@ -29,8 +29,8 @@ build-backend = "hatchling.build"
[tool.uv]
dev-dependencies = [
"pyinstaller>=6.11.1",
"pyright>=1.1.384",
"pytest>=8.3.3",
"ruff>=0.6.9",
"pyinstaller>=6.11.1",
"pyright>=1.1.384",
"pytest>=8.3.3",
"ruff>=0.6.9",
]