Skip to content

Commit 7622af5

Browse files
author
Chris Dickinson
authored
use pypi-published extism_sys (#7)
1 parent eaa6b2b commit 7622af5

2 files changed

Lines changed: 15 additions & 88 deletions

File tree

poetry.lock

Lines changed: 14 additions & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.7"
1111
cffi = "^1.10.0"
12-
extism-sys = [
13-
{platform = "darwin", markers="sys_platform == 'darwin' and platform_machine!='x86_64'", url = "https://github.com/extism/extism/releases/download/latest/extism_sys-0.0.0.dev0-py3-none-macosx_11_0_arm64.whl"},
14-
{platform = "darwin", markers="sys_platform == 'darwin' and platform_machine=='x86_64'", url = "https://github.com/extism/extism/releases/download/latest/extism_sys-0.0.0.dev0-py3-none-macosx_10_7_x86_64.whl"},
15-
{platform = "linux", markers="sys_platform == 'linux' and platform_machine!='x86_64'", url = "https://github.com/extism/extism/releases/download/latest/extism_sys-0.0.0.dev0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"},
16-
{platform = "linux", markers="sys_platform == 'linux' and platform_machine=='x86_64'", url = "https://github.com/extism/extism/releases/download/latest/extism_sys-0.0.0.dev0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"},
17-
{platform = "win32", markers="sys_platform == 'win32'", url = "https://github.com/extism/extism/releases/download/latest/extism_sys-0.0.0.dev0-py3-none-win_amd64.whl"},
18-
]
12+
extism-sys = "^0.5.3"
1913

2014
[tool.poetry.dev-dependencies]
2115
black = "^23.1.0"

0 commit comments

Comments
 (0)