Skip to content

Commit

Permalink
πŸ”€ Merge pull request #64 from astariul/upgrade_mkdocs
Browse files Browse the repository at this point in the history
Upgrade mkdocs
  • Loading branch information
astariul authored Jan 25, 2023
2 parents 7753afb + d6b29a3 commit 3c13ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"test": ["pytest~=7.0", "pytest-cov~=3.0", "coverage-badge~=1.0"],
"hook": ["pre-commit~=2.15"],
"lint": ["isort~=5.9", "black~=22.1", "flake518~=1.2", "darglint~=1.8"],
"docs": ["mkdocs-material~=8.1", "mkdocstrings[python]~=0.18", "mike~=1.1"],
"docs": ["mkdocs-material~=9.0", "mkdocstrings[python]~=0.18", "mike~=1.1"],
}
extras_require["all"] = sum(extras_require.values(), [])
extras_require["dev"] = (
Expand Down

0 comments on commit 3c13ab3

Please sign in to comment.