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:
parent
6feea7e1c2
commit
0986c3a039
@ -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 \
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user