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-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 \

View File

@ -29,7 +29,6 @@ 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