diff options
| author | 2023-10-07 06:48:07 +0800 | |
|---|---|---|
| committer | 2023-10-07 06:48:07 +0800 | |
| commit | 991fd7a6d67ee017c57beaaa21fc31c4bee7944d (patch) | |
| tree | e895202203fcaa50b0052f60ef6fc7d6d2928cf9 /pyproject.toml | |
| parent | d62900046bb6f754a8e6e7e670a66a90134055d9 (diff) | |
| download | infini-991fd7a6d67ee017c57beaaa21fc31c4bee7944d.tar.gz infini-991fd7a6d67ee017c57beaaa21fc31c4bee7944d.zip | |
feat(version): versions
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 6 |
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" |
