1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-23 23:21:00 +01:00

Removed lxml dependency - not necessary after blog plugin rewrite

This commit is contained in:
squidfunk 2023-08-23 10:41:28 +02:00
parent 6feea7e1c2
commit 0986c3a039
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 0 additions and 5 deletions

View File

@ -47,16 +47,12 @@ RUN \
git \ git \
git-fast-import \ git-fast-import \
jpeg-dev \ jpeg-dev \
libxml2 \
libxslt \
openssh \ openssh \
zlib-dev \ zlib-dev \
&& \ && \
apk add --no-cache --virtual .build \ apk add --no-cache --virtual .build \
gcc \ gcc \
libffi-dev \ libffi-dev \
libxml2-dev \
libxslt-dev \
musl-dev \ musl-dev \
&& \ && \
pip install --no-cache-dir --upgrade pip \ pip install --no-cache-dir --upgrade pip \

View File

@ -29,7 +29,6 @@ pymdown-extensions>=9.9.1
# Requirements for plugins # Requirements for plugins
babel>=2.10.3 babel>=2.10.3
colorama>=0.4 colorama>=0.4
lxml>=4.6
paginate>=0.5.6 paginate>=0.5.6
readtime>=2.0 readtime>=2.0
regex>=2022.4.24 regex>=2022.4.24