homepage/pyproject.toml
洛天依 3b79959275
All checks were successful
CI / Deploy (push) Successful in 5s
initial commit
2025-01-21 20:53:58 +00:00

19 lines
292 B
TOML

[project]
name = "homepage"
version = "0"
dependencies = [
"pyyaml>=6.0.2",
"pillow>=11.1.0",
"jinja2>=3.1.5",
]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "CC-BY-NC-SA-4.0"}
[tool.pdm]
distribution = false
[tool.pdm.scripts]
start = "python3 make.py"