Skip to content

Commit cb5c93b

Browse files
authored
Merge pull request #491 from open-plan-tool/fix/tkinter-dependency
Fix tkinter dependency problem
2 parents 1faf0cd + 188931c commit cb5c93b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

app/compose/production/app_postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY app/requirements/${BUILD_ENVIRONMENT}.txt ${CONFIG_ROOT}/${BUILD_ENVIRONMEN
1313

1414
# Install gettext utilities for translations
1515
RUN apt-get update && \
16-
apt-get install -y --no-install-recommends gettext-base gettext git tk && \
16+
apt-get install -y --no-install-recommends gettext-base gettext git && \
1717
rm -rf /var/lib/apt/lists/*
1818

1919
RUN pip install --upgrade pip \

app/requirements/base.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ flower==2.0.1
1212
redis==7.4.0
1313
oemof-eesyplan[importer] @ git+https://github.com/oemof/oemof-eesyplan.git@main
1414
oemof-datapackage @ git+https://github.com/oemof/oemof-datapackage.git@dev
15-
oemof-visio
1615
httpx<0.28
1716
jsonschema==4.26.0
1817
libsass==0.23.0

0 commit comments

Comments
 (0)