Replace pip with uv

This commit is contained in:
Yan Lin 2025-07-28 19:02:16 +02:00
parent 3a4a4580b9
commit 581b70f40b
3 changed files with 175 additions and 12 deletions

18
pyproject.toml Normal file
View file

@ -0,0 +1,18 @@
[project]
name = "homepage"
version = "0.1.0"
description = "Personal homepage generator"
requires-python = ">=3.12"
dependencies = [
"markdown==3.8.0",
"python-markdown-math==0.9",
"pyyaml==6.0.2",
"jinja2==3.1.6",
]
[tool.uv]
dev-dependencies = [
"watchdog==6.0.0",
]
[tool.uv.sources]