Skip to content

Commit

Permalink
[build] Pin curl-cffi to 0.5.10 for Windows
Browse files Browse the repository at this point in the history
Ref: lexiforest/curl-impersonate#72

Closes yt-dlp#10426
Authored by: bashonly
  • Loading branch information
bashonly committed Jul 11, 2024
1 parent cc1a309 commit 8f55858
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ dependencies = [
[project.optional-dependencies]
default = []
curl-cffi = [
"curl-cffi>=0.5.10,!=0.6.*,<0.8; implementation_name=='cpython'",
"curl-cffi==0.5.10; os_name=='nt'; implementation_name=='cpython'",
"curl-cffi>=0.5.10,!=0.6.*,<0.8; os_name!='nt'; implementation_name=='cpython'",
]
secretstorage = [
"cffi",
Expand Down

0 comments on commit 8f55858

Please sign in to comment.