Skip to content

Commit

Permalink
fix: re-add missing mkdocs-material requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Apr 30, 2024
1 parent 1b1ecb0 commit 87418f0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ docs = [
"mkdocstrings[python]",
"mkdocs-redirects>=1.2",
"mkdocs-glightbox>=0.3.0",
"mkdocs-material",
"mike>=2.0.0",
# Extensions
"pymdown-extensions>=10.5",
Expand Down
22 changes: 20 additions & 2 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
# - mkdocs-glightbox>=0.3.0
# - mkdocs-include-markdown-plugin
# - mkdocs-literate-nav
# - mkdocs-material
# - mkdocs-minify-plugin>=0.5
# - mkdocs-redirects>=1.2
# - mkdocs-section-index
Expand Down Expand Up @@ -95,6 +96,7 @@ babel==2.14.0
# via
# jupyterlab-server
# mkdocs-git-revision-date-localized-plugin
# mkdocs-material
bcrypt==4.1.2
# via paramiko
beautifulsoup4==4.12.3
Expand Down Expand Up @@ -132,7 +134,9 @@ click==8.1.7
# rich-click
# shandy-sqlfmt
colorama==0.4.6
# via griffe
# via
# griffe
# mkdocs-material
comm==0.2.2
# via ipykernel
configparser==7.0.0
Expand Down Expand Up @@ -242,6 +246,7 @@ jinja2==3.1.3
# litestar
# mike
# mkdocs
# mkdocs-material
# mkdocstrings
# nbconvert
# pyinfra
Expand Down Expand Up @@ -302,6 +307,7 @@ markdown==3.6
# via
# mkdocs
# mkdocs-autorefs
# mkdocs-material
# mkdocstrings
# pymdown-extensions
markdown-it-py==3.0.0
Expand Down Expand Up @@ -343,6 +349,7 @@ mkdocs==1.6.0
# mkdocs-git-revision-date-localized-plugin
# mkdocs-include-markdown-plugin
# mkdocs-literate-nav
# mkdocs-material
# mkdocs-minify-plugin
# mkdocs-redirects
# mkdocs-section-index
Expand All @@ -356,6 +363,9 @@ mkdocs-git-revision-date-localized-plugin==1.2.4
mkdocs-glightbox==0.3.7
mkdocs-include-markdown-plugin==6.0.5
mkdocs-literate-nav==0.6.1
mkdocs-material==9.5.20
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-minify-plugin==0.8.0
mkdocs-redirects==1.2.1
mkdocs-section-index==0.3.9
Expand Down Expand Up @@ -409,6 +419,8 @@ packaging==24.0
# nbconvert
# pytest
# pytest-sugar
paginate==0.5.6
# via mkdocs-material
pandas==2.2.2
# via seaborn
pandocfilters==1.5.1
Expand Down Expand Up @@ -461,12 +473,15 @@ pycparser==2.22
pygments==2.17.2
# via
# ipython
# mkdocs-material
# nbconvert
# rich
pyinfra==2.9.2
pylint==3.1.0
pymdown-extensions==10.8.1
# via mkdocstrings
# via
# mkdocs-material
# mkdocstrings
pynacl==1.5.0
# via paramiko
pyodbc==5.1.0
Expand Down Expand Up @@ -537,10 +552,13 @@ referencing==0.35.0
# jsonschema
# jsonschema-specifications
# jupyter-events
regex==2024.4.28
# via mkdocs-material
requests==2.31.0
# via
# jupyterlab-server
# linkchecker
# mkdocs-material
# pywinrm
# requests-ntlm
requests-ntlm==1.2.0
Expand Down

0 comments on commit 87418f0

Please sign in to comment.