File size: 538 Bytes
fdfb0b2
0daac8b
fdfb0b2
 
 
 
 
cc42deb
359ff3d
fdfb0b2
be37871
 
fdfb0b2
663af8e
ff2323e
 
 
fdfb0b2
 
359ff3d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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 = [
    "fsspec>=2025.2.0",
    "lynxkite-core",
    "pillow>=11.1.0",
    "requests>=2.32.3",
    "aiohttp>=3.11.11",
]
classifiers = ["Private :: Do Not Upload"]

[project.urls]
Homepage = "https://github.com/lynxkite/lynxkite-2000/"

[tool.uv.sources]
lynxkite-core = { path = "../lynxkite-core" }