Files
spec-kit/pyproject.toml
2025-09-17 13:12:56 -07:00

24 lines
462 B
TOML

[project]
name = "specify-cli"
version = "0.0.6"
description = "Setup tool for Specify spec-driven development projects"
requires-python = ">=3.11"
dependencies = [
"typer",
"rich",
"httpx[socks]",
"platformdirs",
"readchar",
"truststore>=0.10.4",
]
[project.scripts]
specify = "specify_cli:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/specify_cli"]