adding requests_oauthlib from pip

necessary for bpsync plugin
see https://beets.readthedocs.io/en/stable/plugins/beatport.html
This commit is contained in:
bigoulours 2023-03-25 00:53:09 +01:00 committed by GitHub
parent 3b6cfcb747
commit 8863e8cc4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \