Skip to content

Commit

Permalink
Remove mkdocs-material from requirements.txt (#109)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
agentbellnorm authored Jan 3, 2024
1 parent a007de2 commit d2891d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion __tests__/setup-pip.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash

python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.txt
pip install mkdocs-material==9.2.3
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d2891d8

Please sign in to comment.