support using system certificates via 'truststore' (#6582)

https://github.com/mikf/gallery-dl/issues/6582#issuecomment-2989290495
This commit is contained in:
Mike Fährmann
2025-06-20 19:55:01 +02:00
parent 8a35863e86
commit b0d7de3603
6 changed files with 52 additions and 11 deletions

View File

@@ -113,6 +113,7 @@ def build_setuptools():
"yt-dlp[default]",
"pyyaml",
"toml; python_version < '3.11'",
"truststore; python_version >= '3.10'",
"secretstorage; sys_platform == 'linux'",
],
},