Files
govoplan-dataflow/pyproject.toml
T
zemion a6c5bab3a4
Module Package Release / publish-packages (push) Successful in 15s
fix(dataflow): preserve edits during saves and CSV staging evidence
Release v0.1.25. Coordinated integrity review: GovOPlaN/govoplan-core#298.
2026-09-08 12:19:38 +02:00

32 lines
715 B
TOML

[build-system]
requires = ["setuptools>=69", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "govoplan-dataflow"
version = "0.1.25"
description = "Governed graphical and SQL data pipelines for GovOPlaN."
readme = "README.md"
requires-python = ">=3.12"
license = "AGPL-3.0-or-later"
authors = [{ name = "GovOPlaN" }]
dependencies = [
"govoplan-core>=0.1.46",
"sqlglot>=30.14,<31",
]
[project.optional-dependencies]
analytics = [
"duckdb>=1.5.5,<2",
"pyarrow>=24,<26",
]
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
govoplan_dataflow = ["py.typed"]
[project.entry-points."govoplan.modules"]
dataflow = "govoplan_dataflow.backend.manifest:get_manifest"