mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 16:34:31 +01:00
Merge pull request #101 from bigoulours/patch-1
adding requests_oauthlib from pip
This commit is contained in:
commit
cfdfd37778
4 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ RUN \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
requests_oauthlib \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ RUN \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
requests \
|
requests \
|
||||||
|
requests_oauthlib \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|
|
||||||
|
|
@ -52,6 +52,7 @@ app_setup_block: |
|
||||||
|
|
||||||
# changelog
|
# changelog
|
||||||
changelogs:
|
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: "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: "15.01.22:", desc: "Rebasing to alpine 3.15." }
|
||||||
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
- { date: "19.12.19:", desc: "Rebasing to alpine 3.11." }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue