Update Jellyfish, Add BeautifulSoup
BeautifulSoup is needed for Beets lyrics config
This commit is contained in:
parent
2a300e6444
commit
8d71b4ae72
1 changed files with 2 additions and 1 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue