-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(docs): Use locked requirements file
- Loading branch information
1 parent
a082d44
commit 26e41e7
Showing
3 changed files
with
37 additions
and
2 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
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
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# | ||
# These requirements were autogenerated by pipenv | ||
# To regenerate from the project's Pipfile, run: | ||
# | ||
# pipenv lock --requirements | ||
# | ||
|
||
-i https://pypi.org/simple | ||
click==8.0.4; python_version >= '3.6' | ||
ghp-import==2.0.2 | ||
gitdb==4.0.9; python_version >= '3.6' | ||
gitpython==3.1.27; python_version >= '3.7' | ||
importlib-metadata==4.11.3; python_version < '3.10' | ||
jinja2==3.0.3; python_version >= '3.6' | ||
markdown==3.3.6; python_version >= '3.6' | ||
markupsafe==2.1.1; python_version >= '3.7' | ||
mergedeep==1.3.4; python_version >= '3.6' | ||
mkdocs-git-revision-date-plugin==0.3.2 | ||
mkdocs-material-extensions==1.0.3; python_version >= '3.6' | ||
mkdocs-material==8.2.7 | ||
mkdocs==1.2.3; python_version >= '3.6' | ||
packaging==21.3; python_version >= '3.6' | ||
pygments==2.11.2; python_version >= '3.5' | ||
pymdown-extensions==9.3; python_version >= '3.7' | ||
pyparsing==3.0.7; python_version >= '3.6' | ||
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' | ||
pyyaml-env-tag==0.1; python_version >= '3.6' | ||
pyyaml==6.0; python_version >= '3.6' | ||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2' | ||
smmap==5.0.0; python_version >= '3.6' | ||
watchdog==2.1.6; python_version >= '3.6' | ||
zipp==3.7.0; python_version >= '3.7' |