blog/pyproject.toml
Fabrice Mouhartem 34f2980123
feat!(build): replace poetry with uv
- BREAKING CHANGE: poetry won’t work anymore
2025-01-28 22:16:36 +01:00

17 lines
387 B
TOML

[project]
authors = [
{name = "Fabrice Mouhartem", email = "chouhartem@epheme.re"},
]
license = {text = "CC-by-SA"}
requires-python = "<4.0,>=3.12"
dependencies = [
"pelican<5.0.0,>=4.10.1",
"markdown<4.0,>=3.7",
"invoke<3.0.0,>=2.2.0",
"livereload<3.0.0,>=2.7.0",
]
name = "blog"
version = "0.1.0"
description = "Personal blog (blog.epheme.re)"
readme = "README.md"