1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 23:40:08 +01:00

empty default group for now

Co-authored-by: pukkandan <pukkandan.ytdlp@gmail.com>
This commit is contained in:
bashonly 2024-02-27 04:51:51 +00:00 committed by GitHub
parent 0837372ce8
commit b50718d62c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,16 +51,7 @@ dependencies = [
]
[project.optional-dependencies]
default = [
"brotli; implementation_name=='cpython'",
"brotlicffi; implementation_name!='cpython'",
"certifi",
"mutagen",
"pycryptodomex",
"requests>=2.31.0,<3",
"urllib3>=1.26.17,<3",
"websockets>=12.0",
]
default = []
secretstorage = [
"cffi",
"secretstorage",