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 \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 835a462..4d7857b 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -87,6 +87,7 @@ RUN \ pyacoustid \ pylast \ requests \ + requests_oauthlib \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 9ca2b08..0ec03f6 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -87,6 +87,7 @@ RUN \ pyacoustid \ pylast \ requests \ + requests_oauthlib \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ diff --git a/readme-vars.yml b/readme-vars.yml index 5295f35..80538c9 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -52,6 +52,7 @@ app_setup_block: | # changelog changelogs: + - { date: "25.03.23:", desc: "Add requests_oauthlib required for [beatport plugin](https://beets.readthedocs.io/en/stable/plugins/beatport.html)." } - { date: "24.02.23:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin." } - { date: "15.01.22:", desc: "Rebasing to alpine 3.15." } - { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }