summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-10 19:15:16 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-10 19:15:16 +0100
commitf4e283f9b24115b40c5a535064b2e87e9a6eb0a2 (patch)
tree6b2b64225a42bf770c23c475f11814395824a526 /pyproject.toml
parentfc9716e937316347774edbf75465fcc7c350e34a (diff)
initial commit for new version; rewrite website to a flask-app
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..86c912b
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,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",
+]