Premier commit

This commit is contained in:
Florestan Bredow
2025-05-31 12:30:19 +02:00
commit 73ec7dec65
18 changed files with 690 additions and 0 deletions

14
pyproject.toml Normal file
View File

@@ -0,0 +1,14 @@
[project]
name = "blog"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"black>=25.1.0",
"flake8>=7.2.0",
"jinja2>=3.1.6",
"markdown>=3.8",
"pygments>=2.19.1",
"pyyaml>=6.0.2",
]