Spaces:
Running
Running
File size: 264 Bytes
d7ccb5f a083285 d7ccb5f 2601533 b133985 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
[project]
name = "lynxkite-core"
version = "0.1.0"
description = "A lightweight dependency for authoring LynxKite operations and executors"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
]
[project.optional-dependencies]
dev = [
"pytest",
]
|