diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
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 +] |
