[project] name = "kill-life" version = "0.1.0" description = "Kill_LIFE control plane — AI-native embedded systems framework" requires-python = ">=3.12" license = "MIT" dependencies = [ "fastapi>=0.115", "uvicorn[standard]>=0.34", "pydantic>=2.10", "httpx>=0.28", ] [project.optional-dependencies] dev = [ "pytest>=8.0", "ruff>=0.9", ] [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.ruff] target-version = "py312" line-length = 120