Updated the library required by the discogs plugin.

This commit is contained in:
Chris Earley 2024-10-01 03:04:37 -05:00
parent 079cf0b790
commit c99f2a9193
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ RUN \
beets==${BEETS_VERSION} \ beets==${BEETS_VERSION} \
beets-extrafiles \ beets-extrafiles \
beetcamp \ beetcamp \
discogs-client \ python3-discogs-client \
flask \ flask \
PyGObject \ PyGObject \
pyacoustid \ pyacoustid \

View file

@ -81,7 +81,7 @@ RUN \
beets==${BEETS_VERSION} \ beets==${BEETS_VERSION} \
beets-extrafiles \ beets-extrafiles \
beetcamp \ beetcamp \
discogs-client \ python3-discogs-client \
flask \ flask \
PyGObject \ PyGObject \
pyacoustid \ pyacoustid \