mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-13 12:16:02 +00:00
[rh:curlcffi] Add support for curl_cffi
Authored by: coletdjnz, Grub4K, pukkandan, bashonly Co-authored-by: Simon Sawicki <[email protected]> Co-authored-by: pukkandan <[email protected]> Co-authored-by: bashonly <[email protected]>
This commit is contained in:
co-authored by
Simon Sawicki
pukkandan
bashonly
parent
0b81d4d252
commit
52f5be1f1e
@@ -53,6 +53,7 @@ dependencies = [
|
||||
|
||||
[project.optional-dependencies]
|
||||
default = []
|
||||
curl_cffi = ["curl-cffi==0.5.10; implementation_name=='cpython'"]
|
||||
secretstorage = [
|
||||
"cffi",
|
||||
"secretstorage",
|
||||
@@ -69,6 +70,7 @@ dev = [
|
||||
"pytest",
|
||||
]
|
||||
pyinstaller = ["pyinstaller>=6.3"]
|
||||
pyinstaller_macos = ["pyinstaller==5.13.2"] # needed for curl_cffi builds
|
||||
py2exe = ["py2exe>=0.12"]
|
||||
|
||||
[project.urls]
|
||||
|
||||
Reference in New Issue
Block a user