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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 &&\ npm install -g miraclx/freyr-js &&\
echo "*** install python packages ***" && \ echo "*** install python packages ***" && \
pip install --upgrade --no-cache-dir --break-system-packages \ pip install --upgrade --no-cache-dir --break-system-packages \
jellyfish==0.10 \ jellyfish==1.0.4 \
beautifulsoup4 \
yt-dlp \ yt-dlp \
beets \ beets \
yq \ yq \