From 3151948dd09fa9612a92c15f33f4a060fcfd2e44 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Fri, 10 Oct 2025 20:05:17 +0200 Subject: [PATCH] add requirements.txt (provisional) to make build succeed --- pyproject.toml | 5 +++++ requirements.txt | 12 ++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 requirements.txt diff --git a/pyproject.toml b/pyproject.toml index 984ae9b..4cbf39a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,11 @@ full = [ "suou[sass]" ] +docs = [ + "sphinx>=2.1", + "myst_parser" +] + [tool.setuptools.dynamic] version = { attr = "suou.__version__" } diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..01ed1f0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +# for sphinx/readthedocs + +itsdangerous +libsass +peewee +pydantic +quart_schema +setuptools +starlette +toml +sphinx +myst_parser \ No newline at end of file