diff options
| author | 2024-08-15 17:23:34 +0800 | |
|---|---|---|
| committer | 2024-08-15 17:23:34 +0800 | |
| commit | 12b7bcb40ae38f676c81c5559562e52b6b64c66f (patch) | |
| tree | a6e312bb98ef0f23c7612b67e1c2235c21c437e9 /pyproject.toml | |
| download | faq-12b7bcb40ae38f676c81c5559562e52b6b64c66f.tar.gz faq-12b7bcb40ae38f676c81c5559562e52b6b64c66f.zip | |
Initial commit
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 26 |
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 |
