Skip to content

Commit

Permalink
fix: missing mkdoc plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisVLRT committed Jan 4, 2024
1 parent 8cc01a1 commit fd49e85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ humanize
mkdocs
mkdocs-techdocs-core
pymdown-extensions
mkdocs_monorepo_plugin
11 changes: 8 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,10 @@ mergedeep==1.3.4
mkdocs==1.5.3
# via
# -r requirements.in
# mkdocs-monorepo-plugin
# mkdocs-techdocs-core
mkdocs-monorepo-plugin==1.1.0
# via -r requirements.in
mkdocs-techdocs-core==0.0.3
# via -r requirements.in
monotonic==1.6
Expand Down Expand Up @@ -432,9 +435,7 @@ pydantic-core==2.14.5
pydeck==0.8.1b0
# via streamlit
pygments==2.17.2
# via
# mkdocs-techdocs-core
# rich
# via rich
pyjwt[crypto]==2.8.0
# via msal
pymdown-extensions==10.7
Expand Down Expand Up @@ -464,6 +465,8 @@ python-multipart==0.0.6
# via -r requirements.in
python-pptx==0.6.23
# via -r requirements.in
python-slugify==8.0.1
# via mkdocs-monorepo-plugin
pytz==2023.3.post1
# via pandas
pyyaml==6.0.1
Expand Down Expand Up @@ -586,6 +589,8 @@ tenacity==8.2.3
# via
# langchain
# streamlit
text-unidecode==1.3
# via python-slugify
threadpoolctl==3.2.0
# via scikit-learn
tiktoken==0.5.2
Expand Down

0 comments on commit fd49e85

Please sign in to comment.