Drop 'requests' external dependency

It was only used in a single method and wasn't really needed.

Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com>
This commit is contained in:
JoeLametta
2020-02-03 15:55:41 +00:00
parent 8428b69448
commit 87e75d0f98
4 changed files with 6 additions and 13 deletions

View File

@@ -23,7 +23,6 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3-mutagen \
python3-pil \
python3-pip \
python3-requests \
python3-ruamel.yaml \
python3-setuptools \
sox \