From c1d479d2931e16cb087e2ec15217f7c58990f2d0 Mon Sep 17 00:00:00 2001 From: Chris Earley Date: Wed, 2 Oct 2024 00:21:32 -0500 Subject: [PATCH] Updated the python package requirements for the Discogs plugin. --- Dockerfile | 1 + Dockerfile.aarch64 | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index d774f75..b58f75d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -87,6 +87,7 @@ RUN \ pylast \ requests \ requests_oauthlib \ + typing-extensions \ unidecode && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e945e96..e3cf89a 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -88,6 +88,7 @@ RUN \ pylast \ requests \ requests_oauthlib \ + typing-extensions \ unidecode && \ printf "Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" > /build_version && \ echo "**** cleanup ****" && \