mirror of
https://github.com/linuxserver/docker-beets
synced 2025-12-06 08:23:31 +01:00
add requests pip package
This commit is contained in:
parent
3fdb34ae4a
commit
5c0348bb93
2 changed files with 2 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ RUN \
|
||||||
pip \
|
pip \
|
||||||
pyacoustid \
|
pyacoustid \
|
||||||
pylast \
|
pylast \
|
||||||
|
requests \
|
||||||
unidecode && \
|
unidecode && \
|
||||||
echo "**** cleanup ****" && \
|
echo "**** cleanup ****" && \
|
||||||
apk del --purge \
|
apk del --purge \
|
||||||
|
|
|
||||||
|
|
@ -87,6 +87,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts)
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
|
|
||||||
|
+ **12.08.18:** Add requests pip package.
|
||||||
+ **04.03.18:** Upgrade mp3gain to 1.6.1.
|
+ **04.03.18:** Upgrade mp3gain to 1.6.1.
|
||||||
+ **02.01.18:** Deprecate cpu_core routine lack of scaling.
|
+ **02.01.18:** Deprecate cpu_core routine lack of scaling.
|
||||||
+ **27.12.17:** Add beautifulsoup4 pip package.
|
+ **27.12.17:** Add beautifulsoup4 pip package.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue