Files
placeholder.html/pyproject.toml
2025-04-03 11:15:37 +02:00

11 lines
252 B
TOML

[project]
name = "placeholder-html"
version = "0.1.0"
description = "Plain HTML Placeholder Website for People that need an Internet Presence "
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.1.8",
"jinja2>=3.1.6",
]