From 12b7bcb40ae38f676c81c5559562e52b6b64c66f Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Thu, 15 Aug 2024 17:23:34 +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