Added git dependencies to pyproject.toml

This commit is contained in:
squidfunk
2023-09-14 19:20:01 +02:00
parent cd008fdf29
commit 76725a8c5c

View File

@@ -55,6 +55,10 @@ recommended = [
"mkdocs-redirects~=1.2",
"mkdocs-rss-plugin~=1.6"
]
git = [
"mkdocs-git-committers-plugin-2~=1.1",
"mkdocs-git-revision-date-localized-plugin~=1.2"
]
imaging = [
"pillow~=9.4",
"cairosvg~=2.6"