summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-11 00:20:43 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-11 00:20:43 +0100
commit1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe (patch)
treeafd3bd4627ecfcfac6e16714eecb6e4516df7485 /pyproject.toml
parent85f1c648e09e200a11ae442c8b284b24818f9239 (diff)
first iteration of flask-app; index is working
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",
]