lynxkite / lynxkite-core /pyproject.toml
Chema
Adding backend tests (#58)
2601533 unverified
raw
history blame
263 Bytes
[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",
]