summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 86c912b..dc77b1b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,9 +5,12 @@ 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",
]