1
0
Fork 0

Fix default extra for ios platforms (#16376)

Authored by: bashonly
This commit is contained in:
bashonly 2026-03-29 11:41:33 -05:00 committed by GitHub
commit a5aae18945
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,8 +47,8 @@ dependencies = []
[project.optional-dependencies]
default = [
"brotli; implementation_name=='cpython'",
"brotlicffi; implementation_name!='cpython'",
"brotli; implementation_name=='cpython' and sys_platform!='ios'",
"brotlicffi; implementation_name!='cpython' and sys_platform!='ios'",
"certifi",
"mutagen",
"pycryptodomex",