1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-12-23 16:38:57 +00:00

[rh:curl_cffi] Support curl_cffi 0.7.X

Authored by: coletdjnz
This commit is contained in:
coletdjnz
2024-07-08 00:29:35 -05:00
committed by bashonly
parent d2189d3d36
commit 42bfca00a6
3 changed files with 24 additions and 8 deletions

View File

@@ -53,7 +53,9 @@ dependencies = [
[project.optional-dependencies]
default = []
curl-cffi = ["curl-cffi==0.5.10; implementation_name=='cpython'"]
curl-cffi = [
"curl-cffi>=0.5.10,!=0.6.*,<0.8; implementation_name=='cpython'",
]
secretstorage = [
"cffi",
"secretstorage",