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.
17 lines
331 B
TOML
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 = []
|