Update Jellyfish, Add BeautifulSoup

BeautifulSoup is needed for Beets lyrics config
This commit is contained in:
hockeygoalie35
2024-06-19 22:16:34 -04:00
committed by GitHub
parent 2a300e6444
commit 8d71b4ae72

View File

@@ -24,7 +24,8 @@ apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing atomicpa
npm install -g miraclx/freyr-js &&\
echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir --break-system-packages \
jellyfish==0.10 \
jellyfish==1.0.4 \
beautifulsoup4 \
yt-dlp \
beets \
yq \