zizmor/pyproject.toml
William Woodruff 5d6a31931f
feat: add CodeQL injection sink data (#849)
Co-authored-by: Marcono1234 <Marcono1234@users.noreply.github.com>
2025-05-25 12:14:56 -04:00

19 lines
495 B
TOML

[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"
# NOTE: This section is a stub; needed to prevent
# `uv run --only-group docs` from failing.
[project]
name = "zizmor"
dynamic = ["version"]
# Arbitrarily set to the oldest non-EOL Python.
requires-python = ">=3.9"
[tool.maturin]
bindings = "bin"
manifest-path = "crates/zizmor/Cargo.toml"
[dependency-groups]
docs = ["mkdocs ~= 1.6", "mkdocs-material[imaging] ~= 9.5"]
codegen = ["prance[osv]", "requests", "pyyaml"]