From 8863e8cc4dd4973e4da43e1d199b678e10b50181 Mon Sep 17 00:00:00 2001 From: bigoulours Date: Sat, 25 Mar 2023 00:53:09 +0100 Subject: [PATCH] adding requests_oauthlib from pip necessary for bpsync plugin see https://beets.readthedocs.io/en/stable/plugins/beatport.html --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 720e1d3..e7f6d1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,6 +86,7 @@ RUN \ pyacoustid \ pylast \ requests \ + requests_oauthlib \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \