summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 86c912b122c5367f260d75a843cbb8120649aa32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[project]
name = "website"
version = "0.1.0"
description = "My website"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
    "houdini-py>=0.1.0",
    "jinja2==3.1.4",
    "lxml>=5.3.1",
    "mistune==3.0.2",
    "pygments>=2.19.1",
]