mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
Updated the python package requirements for the Discogs plugin.
This commit is contained in:
parent
e1b256245c
commit
c1d479d293
2 changed files with 2 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ RUN \
|
|||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
typing-extensions \
|
||||
unidecode && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
|
|
|||
|
|
@ -88,6 +88,7 @@ RUN \
|
|||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
typing-extensions \
|
||||
unidecode && \
|
||||
printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \
|
||||
echo "**** cleanup ****" && \
|
||||
|
|
|
|||
Loading…
Reference in a new issue