Skip to content

Commit b18af2f

Browse files
committed
Opened up version ranges in optional dependencies
1 parent 39cdfbd commit b18af2f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ classifiers = [
5454

5555
[project.optional-dependencies]
5656
recommended = [
57-
"mkdocs-minify-plugin~=0.7",
58-
"mkdocs-redirects~=1.2",
59-
"mkdocs-rss-plugin~=1.6"
57+
"mkdocs-minify-plugin>=0.7",
58+
"mkdocs-redirects>=1.2",
59+
"mkdocs-rss-plugin>=1.6"
6060
]
6161
git = [
62-
"mkdocs-git-committers-plugin-2>=1.1,<3",
63-
"mkdocs-git-revision-date-localized-plugin~=1.2,>=1.2.4"
62+
"mkdocs-git-committers-plugin-2>=1.1",
63+
"mkdocs-git-revision-date-localized-plugin>=1.2.4"
6464
]
6565
imaging = [
66-
"pillow>=10.2,<12.0",
67-
"cairosvg~=2.6"
66+
"pillow>=10.2",
67+
"cairosvg>=2.6"
6868
]
6969

7070
[project.urls]

0 commit comments

Comments
 (0)