From 3da9b6ad3863540b8066ff1fd59ca50b657ce8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20Fr=C3=B6be?= Date: Thu, 30 Jan 2025 14:45:06 +0100 Subject: [PATCH] add setuptools --- application/Dockerfile.prod | 2 +- application/setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/Dockerfile.prod b/application/Dockerfile.prod index b4a1b6008..59203c092 100644 --- a/application/Dockerfile.prod +++ b/application/Dockerfile.prod @@ -88,7 +88,7 @@ COPY --from=build /tira/src/tira_app/management/commands/irds_cli.sh /irds_cli.s RUN < /etc/timezone -apt-get -qq update && apt-get -qq install -y locales +apt-get -qq update && apt-get -qq install -y locales python3-setuptools echo "en_US.UTF-8 UTF-8" | tee -a /etc/locale.gen && locale-gen # Tools diff --git a/application/setup.cfg b/application/setup.cfg index be7dfd7f2..1e026ea65 100644 --- a/application/setup.cfg +++ b/application/setup.cfg @@ -9,9 +9,9 @@ package_dir = packages = find_namespace: install_requires = grpcio>=1.53.2 - # grpcio-tools==1.36.1 # still needed? protobuf<4.0dev Django==5.0.9 + setuptools pyyaml requests randomname