mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-17 01:26:16 +03:00
[build] Fix curl-cffi 0.16.x support on Python 3.10 (#17441)
Fix 4dc054d51c
Ref: https://github.com/lexiforest/curl_cffi/issues/834
Authored by: bashonly
This commit is contained in:
@@ -59,6 +59,7 @@ default = [
|
||||
]
|
||||
curl-cffi = [
|
||||
"curl-cffi>=0.5.10,!=0.6.*,!=0.7.*,!=0.8.*,!=0.9.*,<0.17 ; implementation_name == 'cpython'",
|
||||
"typing-extensions ; python_full_version < '3.11'",
|
||||
]
|
||||
secretstorage = [
|
||||
"secretstorage",
|
||||
|
||||
Reference in New Issue
Block a user