From 188931c93ce17f48366c8af3a078a8367ae9f1a7 Mon Sep 17 00:00:00 2001 From: "pierre-francois.duc" Date: Wed, 8 Jul 2026 13:49:13 +0200 Subject: [PATCH] Remove tk installation from Dockerfile and oemof-visio from requirements --- app/compose/production/app_postgres/Dockerfile | 2 +- app/requirements/base.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/compose/production/app_postgres/Dockerfile b/app/compose/production/app_postgres/Dockerfile index 1da51e46..4e4902d0 100644 --- a/app/compose/production/app_postgres/Dockerfile +++ b/app/compose/production/app_postgres/Dockerfile @@ -13,7 +13,7 @@ COPY app/requirements/${BUILD_ENVIRONMENT}.txt ${CONFIG_ROOT}/${BUILD_ENVIRONMEN # Install gettext utilities for translations RUN apt-get update && \ - apt-get install -y --no-install-recommends gettext-base gettext git tk && \ + apt-get install -y --no-install-recommends gettext-base gettext git && \ rm -rf /var/lib/apt/lists/* RUN pip install --upgrade pip \ diff --git a/app/requirements/base.txt b/app/requirements/base.txt index efbbc18f..a6c61eec 100644 --- a/app/requirements/base.txt +++ b/app/requirements/base.txt @@ -12,7 +12,6 @@ flower==2.0.1 redis==7.4.0 oemof-eesyplan[importer] @ git+https://github.com/oemof/oemof-eesyplan.git@main oemof-datapackage @ git+https://github.com/oemof/oemof-datapackage.git@dev -oemof-visio httpx<0.28 jsonschema==4.26.0 libsass==0.23.0