Skip to content

Commit

Permalink
use pypi-published extism_sys (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Oct 5, 2023
1 parent eaa6b2b commit 7622af5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 88 deletions.
95 changes: 14 additions & 81 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.7"
cffi = "^1.10.0"
extism-sys = [
{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"},
{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"},
{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"},
{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"},
{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"},
]
extism-sys = "^0.5.3"

[tool.poetry.dev-dependencies]
black = "^23.1.0"
Expand Down

0 comments on commit 7622af5

Please sign in to comment.