aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml26
1 files changed, 26 insertions, 0 deletions
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