aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ea50dac1..0f13fe28 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,19 +5,21 @@ description = "The Core of HydroRoll, The Loader of your rules packages."
authors = [{ name = "简律纯", email = "i@jyunko.cn" }]
dependencies = [
"mkdocs>=1.5.3",
- "mkdocs-material>=9.4.4",
+ "mkdocs-material[imaging]>=9.4.4",
"mkdocs-blog-plugin>=0.25",
"mkdocs-git-revision-date-localized-plugin>=1.2.0",
"mkdocs-git-authors-plugin>=0.7.2",
"mkdocs-material-extensions>=1.2",
"neoteroi-mkdocs>=1.0.4",
- "pillow>=10.0.1",
+ "pillow~=9.4",
"cairosvg>=2.7.1",
"mkdocs-git-committers-plugin-2>=1.2.0",
"lxml>=4.9.3",
"mkdocs-minify-plugin>=0.7.1",
"mkdocs-rss-plugin>=1.8.0",
"mkdocs-redirects>=1.2.1",
+ "mike>=1.1.2",
+ "mkdocstrings>=0.23.0",
]
requires-python = ">=3.8"
readme = "README.md"