From d2891d88d8392d5cccab9cb4673a4c18077f7a2e Mon Sep 17 00:00:00 2001 From: Morgan Bentell Date: Wed, 3 Jan 2024 16:34:02 +0100 Subject: [PATCH] Remove mkdocs-material from requirements.txt (#109) * remove mkdocs-material from requirements.txt as it is only used to generate the documentation site of this plugin, not as actual code dependency * syntaxx * stack overflow brainz --- __tests__/setup-pip.sh | 3 ++- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/__tests__/setup-pip.sh b/__tests__/setup-pip.sh index f3018b4..be4d219 100755 --- a/__tests__/setup-pip.sh +++ b/__tests__/setup-pip.sh @@ -1,4 +1,5 @@ #!/bin/bash python -m pip install --upgrade pip -pip install -r requirements.txt \ No newline at end of file +pip install -r requirements.txt +pip install mkdocs-material==9.2.3 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 69ca3b2..7d1cbef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8>=3.7.8 mkdocs>=1.2.3 -mkdocs-material>=5.1.0 mkdocs-git-authors-plugin==0.3.2 mkdocs-git-revision-date-localized-plugin==0.5.0 python-slugify==4.0.1 +importlib-metadata==4.13.0