1
0
Fork 0

[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
commit 24f827875c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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')