-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/astral-sh/uv Signed-off-by: Jack Cherng <[email protected]>
- Loading branch information
Showing
8 changed files
with
132 additions
and
22 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
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,6 @@ | ||
mkdocs-material==9.5.9 | ||
|
||
# mkdocs plugins | ||
mkdocs-exclude==1.0.2 | ||
mkdocs-git-revision-date-localized-plugin==1.2.4 | ||
mkdocs-minify-plugin==0.8.0 |
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,7 +1,93 @@ | ||
# main | ||
mkdocs-material==9.5.9 | ||
|
||
# plugins | ||
# This file was autogenerated by uv v0.1.2 via the following command: | ||
# uv pip compile requirements.in -o requirements.txt | ||
babel==2.14.0 | ||
# via | ||
# mkdocs-git-revision-date-localized-plugin | ||
# mkdocs-material | ||
certifi==2024.2.2 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via mkdocs | ||
colorama==0.4.6 | ||
# via | ||
# click | ||
# mkdocs | ||
# mkdocs-material | ||
csscompressor==0.9.5 | ||
# via mkdocs-minify-plugin | ||
ghp-import==2.1.0 | ||
# via mkdocs | ||
gitdb==4.0.11 | ||
# via gitpython | ||
gitpython==3.1.42 | ||
# via mkdocs-git-revision-date-localized-plugin | ||
htmlmin2==0.1.13 | ||
# via mkdocs-minify-plugin | ||
idna==3.6 | ||
# via requests | ||
jinja2==3.1.3 | ||
# via | ||
# mkdocs | ||
# mkdocs-material | ||
jsmin==3.0.1 | ||
# via mkdocs-minify-plugin | ||
markdown==3.5.2 | ||
# via | ||
# mkdocs | ||
# mkdocs-material | ||
# pymdown-extensions | ||
markupsafe==2.1.5 | ||
# via | ||
# jinja2 | ||
# mkdocs | ||
mergedeep==1.3.4 | ||
# via mkdocs | ||
mkdocs==1.5.3 | ||
# via | ||
# mkdocs-exclude | ||
# mkdocs-git-revision-date-localized-plugin | ||
# mkdocs-material | ||
# mkdocs-minify-plugin | ||
mkdocs-exclude==1.0.2 | ||
mkdocs-git-revision-date-localized-plugin==1.2.4 | ||
mkdocs-material==9.5.9 | ||
mkdocs-material-extensions==1.3.1 | ||
# via mkdocs-material | ||
mkdocs-minify-plugin==0.8.0 | ||
packaging==23.2 | ||
# via mkdocs | ||
paginate==0.5.6 | ||
# via mkdocs-material | ||
pathspec==0.12.1 | ||
# via mkdocs | ||
platformdirs==4.2.0 | ||
# via mkdocs | ||
pygments==2.17.2 | ||
# via mkdocs-material | ||
pymdown-extensions==10.7 | ||
# via mkdocs-material | ||
python-dateutil==2.8.2 | ||
# via ghp-import | ||
pytz==2024.1 | ||
# via mkdocs-git-revision-date-localized-plugin | ||
pyyaml==6.0.1 | ||
# via | ||
# mkdocs | ||
# pymdown-extensions | ||
# pyyaml-env-tag | ||
pyyaml-env-tag==0.1 | ||
# via mkdocs | ||
regex==2023.12.25 | ||
# via mkdocs-material | ||
requests==2.31.0 | ||
# via mkdocs-material | ||
six==1.16.0 | ||
# via python-dateutil | ||
smmap==5.0.1 | ||
# via gitdb | ||
urllib3==2.2.0 | ||
# via requests | ||
watchdog==4.0.0 | ||
# via mkdocs |
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,2 @@ | ||
mypy | ||
ruff>=0.2 |
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,2 +1,8 @@ | ||
mypy | ||
ruff>=0.2 | ||
# This file was autogenerated by uv v0.1.2 via the following command: | ||
# uv pip compile requirements.in -o requirements.txt | ||
mypy==1.8.0 | ||
mypy-extensions==1.0.0 | ||
# via mypy | ||
ruff==0.2.1 | ||
typing-extensions==4.9.0 | ||
# via mypy |