From 3efccc5615007e65f4233893f575ec84757cb44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Muller?= Date: Tue, 16 Apr 2024 16:06:23 +0200 Subject: [PATCH] Add `requirements.txt` --- .github/dependabot.yml | 5 +++++ .github/workflows/deploy-website.yml | 2 +- requirements.txt | 30 ++++++++++++++++++++++++++++ 3 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 718572bf2..ec85b2ee6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: directory: "/" schedule: interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index 176b27521..d373ef24d 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -19,7 +19,7 @@ jobs: cache: 'pip' - name: Install necessary tools - run: pip install mkdocs mkdocs-markdownextradata-plugin mkdocs-material mkdocs-redirects + run: pip install -r requirements.txt - name: Deploy website run: mkdocs gh-deploy --force diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..702f5ee93 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,30 @@ +Babel==2.14.0 +certifi==2024.2.2 +charset-normalizer==3.3.2 +click==8.1.7 +colorama==0.4.6 +ghp-import==2.1.0 +idna==3.7 +Jinja2==3.1.3 +Markdown==3.6 +MarkupSafe==2.1.5 +mergedeep==1.3.4 +mkdocs==1.5.3 +mkdocs-markdownextradata-plugin==0.2.5 +mkdocs-material==9.5.17 +mkdocs-material-extensions==1.3.1 +mkdocs-redirects==1.2.1 +packaging==24.0 +paginate==0.5.6 +pathspec==0.12.1 +platformdirs==4.2.0 +Pygments==2.17.2 +pymdown-extensions==10.7.1 +python-dateutil==2.9.0.post0 +PyYAML==6.0.1 +pyyaml_env_tag==0.1 +regex==2023.12.25 +requests==2.31.0 +six==1.16.0 +urllib3==2.2.1 +watchdog==4.0.0