Skip to content

Commit c5ccd25

Browse files
committed
Fix 1-line bug in Pipfile
1 parent e3c9b59 commit c5ccd25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ setuptools-scm = "*"
2727
mkdocs-include-markdown-plugin = "*"
2828
mkdocs-macros-plugin = "*"
2929
mkdocs-material = "*"
30-
mkdocstrings[python] = "*"
30+
mkdocstrings= {version = "*", extras = ["python"]}
3131
twine = ">=1.11"
3232

3333
[pipenv]

0 commit comments

Comments
 (0)