blob: dc77b1be43b7cdee9280ac396499666f8a10dc6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[project]
name = "website"
version = "0.1.0"
description = "My website"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask>=3.1.0",
"houdini-py>=0.1.0",
"jinja2==3.1.4",
"lxml>=5.3.1",
"mistune==3.0.2",
"pastescript==3.2.0",
"pygments>=2.19.1",
"waitress>=3.0.2",
]
|