darabos's picture
Plugin loading.
83b1026
raw
history blame
351 Bytes
[project]
name = "lynxkite-pillow-example"
version = "0.1.0"
description = "An example LynxKite plugin that wraps some Pillow image processing features in LynxKite operations"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"lynxkite-core",
"pillow>=11.1.0",
]
[tool.uv.sources]
lynxkite-core = { path = "../lynxkite-core" }