Spaces:
Running
Running
File size: 264 Bytes
fdfb0b2 359ff3d fdfb0b2 ef83189 3a28e0d |
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",
]
|