diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 13 |
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", +] |
