File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- --find-links https://github.com/getsentry/LIEF/releases/expanded_assets/1.0.0
2-
31aiohttp >= 3.12.15
42asn1crypto >= 1.5.0
53build >= 1.3.0
@@ -9,7 +7,11 @@ cryptography>=45.0.7
97datadog == 0.52.1
108google-api-core == 2.25.1
119google-api-python-client == 2.181.0
12- lief == 1.0.0.dev0
10+
11+ # LIEF - use pre-built wheels from our fork
12+ lief @ https://github.com/getsentry/LIEF/releases/download/1.0.0/lief-1.0.0.dev0-cp313-cp313-manylinux2014_aarch64.whl ; sys_platform == 'linux' and platform_machine == 'aarch64'
13+ lief @ https://github.com/getsentry/LIEF/releases/download/1.0.0/lief-1.0.0.dev0-cp313-cp313-macosx_11_0_arm64.whl ; sys_platform == 'darwin' and platform_machine == 'arm64'
14+ lief @ https://github.com/getsentry/LIEF/releases/download/1.0.0/lief-1.0.0.dev0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl ; sys_platform == 'linux' and platform_machine == 'x86_64'
1315lzfse >= 0.4.2
1416pillow >= 11.3.0
1517pillow_heif >= 1.1.0
You can’t perform that action at this time.
0 commit comments