Removed Python Markdown version range limitation

This commit is contained in:
squidfunk
2020-12-22 14:20:20 +01:00
parent 886c889f8a
commit cf4805d4b3
6 changed files with 33 additions and 16 deletions

View File

@@ -43,7 +43,6 @@ jobs:
- name: Install Python dependencies
run: |
pip install -r requirements.txt
pip install .
pip install \
mkdocs-minify-plugin>=0.3 \