mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-10 10:23:24 +01:00
Merge pull request #102 from bigoulours/requests_oauthlib
adding requests_oauthlib to Dockerfiles + log entry
This commit is contained in:
commit
2fbdeaf199
4 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ RUN \
|
|||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ RUN \
|
|||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
|
|
|||
|
|
@ -100,6 +100,7 @@ RUN \
|
|||
pyacoustid \
|
||||
pylast \
|
||||
requests \
|
||||
requests_oauthlib \
|
||||
unidecode && \
|
||||
echo "**** cleanup ****" && \
|
||||
apk del --purge \
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ param_ports:
|
|||
|
||||
# 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.12.22:", desc: "Rebase to Alpine 3.17, migrate to s6v3, install chromaprint from Alpine repos, add beetcamp plugin." }
|
||||
- { date: "15.01.22:", desc: "Rebase to Alpine 3.15." }
|
||||
- { date: "02.06.21:", desc: "Add back gstreamer packages." }
|
||||
|
|
|
|||
Loading…
Reference in a new issue