We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76d0c9 commit 4324985Copy full SHA for 4324985
1 file changed
pyproject.toml
@@ -16,12 +16,12 @@ deduplicate-toc = "mkdocstrings.handlers.crystal.deduplicate_toc:DeduplicateTocE
16
17
[tool.poetry.dependencies]
18
python = "^3.7"
19
-mkdocstrings = "^0.15.0"
20
-markdown-callouts = "^0.1.0"
21
-mkdocs-autorefs = "^0.2.0"
22
-markupsafe = "^1.1.1"
+mkdocstrings = ">=0.15.0"
+markdown-callouts = ">=0.1.0"
+mkdocs-autorefs = ">=0.2.0"
+markupsafe = ">=1.1.1, <3.0"
23
cached-property = "^1.5.2"
24
-Jinja2 = "^2.11.2"
+Jinja2 = ">=2.11.2, <4.0"
25
26
[tool.poetry.dev-dependencies]
27
mkdocs-material = ">=6.0.2, <8"
0 commit comments