pool-publication-page/pyproject.toml
Michał Szczepanik 339c3e1d70 Figure out project association status
We want the website to split contributors into current and former. We
implement the logic in Python and only add simple information to the
Hugo template.
2026-04-17 13:43:38 +02:00

17 lines
331 B
TOML

[project]
name = "pool-publication-page"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"click>=8.3.1",
"duckdb>=1.4.4",
"lxml>=6.0.2",
"pendulum>=3.2.0",
"pyyaml>=6.0.3",
"requests-cache>=1.2.1",
]
[dependency-groups]
dev = []