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
parent fcccbc6849
commit a5aae18945

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",