-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from wwt/timothyhull/issue38
Update MkDocs Version
- Loading branch information
Showing
2 changed files
with
35 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,55 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
# | ||
click==8.0.1 | ||
# via | ||
# mkdocs | ||
# nltk | ||
future==0.18.2 | ||
# via lunr | ||
jinja2==3.0.1 | ||
click==8.0.3 | ||
# via mkdocs | ||
joblib==1.0.1 | ||
# via nltk | ||
livereload==2.6.3 | ||
ghp-import==2.0.2 | ||
# via mkdocs | ||
lunr[languages]==0.5.8 | ||
importlib-metadata==4.8.1 | ||
# via mkdocs | ||
jinja2==3.0.2 | ||
# via | ||
# mkdocs | ||
# mkdocs-material | ||
markdown==3.3.4 | ||
# via | ||
# mkdocs | ||
# mkdocs-material | ||
# pymdown-extensions | ||
markupsafe==2.0.1 | ||
# via jinja2 | ||
mkdocs==1.1.2 | ||
mergedeep==1.3.4 | ||
# via mkdocs | ||
mkdocs==1.2.3 | ||
# via | ||
# -r requirements.in | ||
# mkdocs-material | ||
mkdocs-material==7.1.6 | ||
# via | ||
# -r requirements.in | ||
# mkdocs-material-extensions | ||
mkdocs-material-extensions==1.0.1 | ||
mkdocs-material==7.3.6 | ||
# via -r requirements.in | ||
mkdocs-material-extensions==1.0.3 | ||
# via mkdocs-material | ||
nltk==3.6.5 | ||
# via lunr | ||
pygments==2.9.0 | ||
packaging==21.2 | ||
# via mkdocs | ||
pygments==2.10.0 | ||
# via mkdocs-material | ||
pymdown-extensions==8.2 | ||
pymdown-extensions==9.0 | ||
# via mkdocs-material | ||
pyyaml==5.4.1 | ||
# via mkdocs | ||
regex==2021.10.8 | ||
# via nltk | ||
six==1.16.0 | ||
# via | ||
# livereload | ||
# lunr | ||
tornado==6.1 | ||
pyparsing==2.4.7 | ||
# via packaging | ||
python-dateutil==2.8.2 | ||
# via ghp-import | ||
pyyaml==6.0 | ||
# via | ||
# livereload | ||
# mkdocs | ||
tqdm==4.61.0 | ||
# via nltk | ||
# pyyaml-env-tag | ||
pyyaml-env-tag==0.1 | ||
# via mkdocs | ||
six==1.16.0 | ||
# via python-dateutil | ||
watchdog==2.1.6 | ||
# via mkdocs | ||
zipp==3.6.0 | ||
# via importlib-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,9 @@ ansible | |
# MkDocs Core | ||
mkdocs-material | ||
|
||
# MkDocs Version Management | ||
pip-tools | ||
|
||
# Python | ||
ipython | ||
jinja2 | ||
|