mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Revert "Removed lxml dependency - not necessary after blog plugin rewrite"
This reverts commit 0986c3a039
.
This commit is contained in:
parent
cc096e4883
commit
89de76d840
@ -47,12 +47,16 @@ RUN \
|
||||
git \
|
||||
git-fast-import \
|
||||
jpeg-dev \
|
||||
libxml2 \
|
||||
libxslt \
|
||||
openssh \
|
||||
zlib-dev \
|
||||
&& \
|
||||
apk add --no-cache --virtual .build \
|
||||
gcc \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
libxslt-dev \
|
||||
musl-dev \
|
||||
&& \
|
||||
pip install --no-cache-dir --upgrade pip \
|
||||
|
@ -29,6 +29,7 @@ pymdown-extensions>=9.9.1
|
||||
# Requirements for plugins
|
||||
babel>=2.10.3
|
||||
colorama>=0.4
|
||||
lxml>=4.6
|
||||
paginate>=0.5.6
|
||||
readtime>=2.0
|
||||
regex>=2022.4.24
|
||||
|
Loading…
Reference in New Issue
Block a user