From 38c16e375447e158cd626a7463f5daea07c3f039 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Mart=C3=ADnez=20M=C3=A9ndez?= <mxrtinez@gmail.com> Date: Thu, 20 Feb 2025 10:57:12 -0500 Subject: [PATCH] Update requirements.txt --- requirements.txt | 158 ++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 135 insertions(+), 23 deletions(-) diff --git a/requirements.txt b/requirements.txt index ecad3a110..14d394faf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,37 +1,149 @@ -# Copyright (c) 2016-2023 Martin Donath <martin.donath@squidfunk.com> -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to -# deal in the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: +# This file is autogenerated by hatch-pip-compile with Python 3.11 +# +# - markdown-callouts +# - mdx-gh-links +# - mkdocs +# - mkdocs-autorefs +# - mkdocs-click +# - mkdocs-literate-nav +# - mkdocs-redirects +# - mkdocstrings +# - mkdocstrings-python +# - pymdown-extensions +# - click>=7.0 +# - colorama>=0.4; platform_system == "Windows" +# - ghp-import>=1.0 +# - importlib-metadata>=4.4; python_version < "3.10" +# - jinja2>=2.11.1 +# - markdown>=3.3.6 +# - markupsafe>=2.0.1 +# - mergedeep>=1.3.4 +# - mkdocs-get-deps>=0.2.0 +# - packaging>=20.5 +# - pathspec>=0.11.1 +# - pyyaml-env-tag>=0.1 +# - pyyaml>=5.1 +# - watchdog>=2.0 +# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. +click==8.1.7 + # via + # hatch.envs.docs + # mkdocs + # mkdocs-click + # mkdocstrings +colorama==0.4.6 + # via griffe +ghp-import==2.1.0 + # via + # hatch.envs.docs + # mkdocs +griffe==0.38.0 + # via mkdocstrings-python +jinja2==3.1.2 + # via + # hatch.envs.docs + # mkdocs + # mkdocstrings +markdown==3.5.1 + # via + # hatch.envs.docs + # markdown-callouts + # mdx-gh-links + # mkdocs + # mkdocs-autorefs + # mkdocs-click + # mkdocstrings + # pymdown-extensions +markdown-callouts==0.3.0 + # via hatch.envs.docs +markupsafe==2.1.3 + # via + # hatch.envs.docs + # jinja2 + # mkdocs + # mkdocstrings +mdx-gh-links==0.3.1 + # via hatch.envs.docs +mergedeep==1.3.4 + # via + # hatch.envs.docs + # mkdocs + # mkdocs-get-deps +mkdocs==1.5.3 + # via + # hatch.envs.docs + # mkdocs-autorefs + # mkdocs-literate-nav + # mkdocs-redirects + # mkdocstrings +mkdocs-autorefs==0.5.0 + # via + # hatch.envs.docs + # mkdocstrings +mkdocs-click==0.8.1 + # via hatch.envs.docs +mkdocs-get-deps==0.2.0 + # via hatch.envs.docs +mkdocs-literate-nav==0.6.1 + # via hatch.envs.docs +mkdocs-redirects==1.2.1 + # via hatch.envs.docs +mkdocstrings==0.24.0 + # via + # hatch.envs.docs + # mkdocstrings-python +mkdocstrings-python==1.7.5 + # via hatch.envs.docs +packaging==23.2 + # via + # hatch.envs.docs + # mkdocs +pathspec==0.11.2 + # via + # hatch.envs.docs + # mkdocs +platformdirs==4.0.0 + # via + # mkdocs + # mkdocs-get-deps + # mkdocstrings +pymdown-extensions==10.4 + # via + # hatch.envs.docs + # mkdocstrings +python-dateutil==2.8.2 + # via ghp-import +pyyaml==6.0.1 + # via + # hatch.envs.docs + # mkdocs + # mkdocs-get-deps + # pymdown-extensions + # pyyaml-env-tag +pyyaml-env-tag==0.1 + # via + # hatch.envs.docs + # mkdocs +six==1.16.0 + # via python-dateutil +watchdog==3.0.0 + # via + # hatch.envs.docs + # mkdocs -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -# IN THE SOFTWARE. +## Mkdocs-material and other -# Requirements for core -jinja2>=3.0 -markdown>=3.2 -mkdocs>=1.4.2 mkdocs-material>=9.0.12 mkdocs-material-extensions>=1.1 pygments>=2.14 -pymdown-extensions>=9.9.1 mkdocs-minify-plugin>=0.6.2 social -# Requirements for plugins -colorama>=0.4 + regex>=2022.4.24 requests>=2.26 pillow cairosvg + -- GitLab