lynxkite / lynxkite-core /pyproject.toml
darabos's picture
Update NetworkX demo to be error-free. Sort keys in workspaces. Autoformat some files.
b133985
raw
history blame
264 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",
]