Added git dependencies to pyproject.toml

This commit is contained in:
squidfunk 2023-09-14 19:20:01 +02:00
parent cd008fdf29
commit 76725a8c5c
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF

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"