1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2026-03-11 00:33:12 +00:00

[build] Make secretstorage an optional dependency (#8585)

Authored by: bashonly
This commit is contained in:
bashonly
2023-11-15 17:31:32 -06:00
committed by GitHub
parent 15cb3528cb
commit 24f827875c
3 changed files with 4 additions and 5 deletions

View File

@@ -6,4 +6,3 @@ brotlicffi; implementation_name!='cpython'
certifi
requests>=2.31.0,<3
urllib3>=1.26.17,<3
secretstorage; sys_platform=='linux' and (implementation_name!='pypy' or implementation_version>='7.3.10')