aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-07-21 00:43:42 +0800
committerHsiangNianian <i@jyunko.cn>2025-07-21 00:43:42 +0800
commit9b6ae1567102aa56a2e45cc21d8eb8a2686593ae (patch)
treebf5cf133f87db0d8af2280ee40c9cbc9a31505e9 /pyproject.toml
parent99679fa5ce8b8396d8cae89f00ad2e508f6b9db0 (diff)
downloadwiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.tar.gz
wiki-9b6ae1567102aa56a2e45cc21d8eb8a2686593ae.zip
chore: Unified directory structure
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 91edb22..da522b2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,14 @@ authors = [
{name = "简律纯",email = "i@jyunko.cn"},
]
dependencies = [
+ "furo>=2025.7.19",
+ "myst-parser>=4.0.1",
"requests>=2.31.0",
+ "sphinx>=8.2.3",
+ "sphinx-autobuild>=2024.10.3",
+ "sphinx-design>=0.6.1",
+ "sphinx-intl>=2.3.1",
+ "tomli>=2.2.1",
]
requires-python = ">=3.11"
readme = "README.md"
@@ -23,4 +30,4 @@ docs = [
"tomli>=2.0.1",
"sphinx-intl>=2.2.0",
"sphinx-design>=0.6.0",
-] \ No newline at end of file
+]