From f4e283f9b24115b40c5a535064b2e87e9a6eb0a2 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 10 Mar 2025 19:15:16 +0100 Subject: initial commit for new version; rewrite website to a flask-app --- pyproject.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') 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", +] -- cgit v1.2.3