Spaces:
Running
Running
[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 = [ | |
] | |
classifiers = ["Private :: Do Not Upload"] | |
[project.urls] | |
Homepage = "https://github.com/lynxkite/lynxkite-2000/" | |
[project.optional-dependencies] | |
dev = [ | |
"pytest", | |
] | |
[tool.pytest.ini_options] | |
asyncio_mode = "auto" | |