Replace pip with uv
This commit is contained in:
parent
3a4a4580b9
commit
581b70f40b
3 changed files with 175 additions and 12 deletions
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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]
|
||||
Loading…
Add table
Add a link
Reference in a new issue