We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1faf0cd + 188931c commit cb5c93bCopy full SHA for cb5c93b
2 files changed
app/compose/production/app_postgres/Dockerfile
@@ -13,7 +13,7 @@ COPY app/requirements/${BUILD_ENVIRONMENT}.txt ${CONFIG_ROOT}/${BUILD_ENVIRONMEN
13
14
# Install gettext utilities for translations
15
RUN apt-get update && \
16
- apt-get install -y --no-install-recommends gettext-base gettext git tk && \
+ apt-get install -y --no-install-recommends gettext-base gettext git && \
17
rm -rf /var/lib/apt/lists/*
18
19
RUN pip install --upgrade pip \
app/requirements/base.txt
@@ -12,7 +12,6 @@ flower==2.0.1
12
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
0 commit comments