From d9da7b16fe133b5ce6ee2effd5072e73071157ad Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Sun, 20 Jul 2025 12:59:38 +0800 Subject: Initial commit --- pyproject.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..91edb22 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,26 @@ +[project] +name = "docs-template" +version = "0.1.0" +description = "Docs template for HydroRoll Team" +authors = [ + {name = "简律纯",email = "i@jyunko.cn"}, +] +dependencies = [ + "requests>=2.31.0", +] +requires-python = ">=3.11" +readme = "README.md" +license = {text = "MIT"} + +[tool] +[tool.pdm] +[tool.pdm.dev-dependencies] +docs = [ + "furo>=2024.7.18", + "sphinx-autobuild>=2024.4.16", + "myst-parser>=3.0.1", + "sphinx>=7.4.7", + "tomli>=2.0.1", + "sphinx-intl>=2.2.0", + "sphinx-design>=0.6.0", +] \ No newline at end of file -- cgit v1.2.3-70-g09d2