Files
2026-07-13 12:58:18 +08:00

13 lines
275 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "sample"
version = "0.0.1"
optional-dependencies = ["ruff==0.4.0"]
dependencies = ["langgraph==0.2.14", "copilotkit==1.10.0"]
[project.optional-dependencies]
dev = ["pytest==8.0.0"]