Files
requirements-to-gherkin-cli/src/pyproject.toml
7000pctAUTO e6b3428ba6
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
fix: resolve CI type annotation issues
2026-02-02 12:56:05 +00:00

21 lines
427 B
TOML

[project]
name = "requirements-to-gherkin-cli"
version = "0.1.0"
description = "Convert natural language requirements to Gherkin feature files"
requires-python = ">=3.10"
dependencies = []
[project.optional-dependencies]
dev = ["pytest", "ruff"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.ruff]
line-length = 100
target-version = "py310"
[tool.pytest.ini_options]
testpaths = ["tests"]