mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
adding requests_oauthlib from pip
necessary for bpsync plugin see https://beets.readthedocs.io/en/stable/plugins/beatport.html
This commit is contained in:
parent
3b6cfcb747
commit
8863e8cc4d
1 changed files with 1 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ RUN \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
requests_oauthlib \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue