From 5c0348bb93bb321cecfd7c6648cfa7f1e7704204 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 12 Aug 2018 09:32:50 +0100 Subject: [PATCH] add requests pip package --- Dockerfile | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 8b0d80e..5d7e792 100644 --- a/Dockerfile +++ b/Dockerfile @@ -74,6 +74,7 @@ RUN \ pip \ pyacoustid \ pylast \ + requests \ unidecode && \ echo "**** cleanup ****" && \ apk del --purge \ diff --git a/README.md b/README.md index e44f068..ca192ff 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Contains [beets-copyartifacts](https://github.com/sbarakat/beets-copyartifacts) ## Versions ++ **12.08.18:** Add requests pip package. + **04.03.18:** Upgrade mp3gain to 1.6.1. + **02.01.18:** Deprecate cpu_core routine lack of scaling. + **27.12.17:** Add beautifulsoup4 pip package.