1
0
Fork 0

[build] Include secretstorage in Linux builds

Authored by: bashonly
This commit is contained in:
bashonly 2023-11-12 15:58:13 -06:00
commit 9970d74c83
No known key found for this signature in database
GPG key ID: 783F096F253D15B0
3 changed files with 9 additions and 7 deletions

View file

@ -1,8 +1,9 @@
mutagen
pycryptodomex
websockets
brotli; platform_python_implementation=='CPython'
brotlicffi; platform_python_implementation!='CPython'
brotli; implementation_name=='cpython'
brotlicffi; implementation_name!='cpython'
certifi
requests>=2.31.0,<3
urllib3>=1.26.17,<3
urllib3>=1.26.17,<3
secretstorage; sys_platform=='linux' and (implementation_name!='pypy' or implementation_version>='7.3.10')