From cb9adb466ad00f998a73cb38901ae71001d0794a Mon Sep 17 00:00:00 2001 From: Phillip Wirth Date: Mon, 9 Sep 2024 19:11:31 +0200 Subject: [PATCH] added setuputils in reuirements apparently newer python images don't ship with setuputils pre-installed see https://github.com/moby/moby/issues/4722 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c89848b..388a8d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ aiohttp==3.9.3 PyYAML==6.0.1 pika==1.3.2 aio_pika==9.3.1 -environs==9.5.0 \ No newline at end of file +environs==9.5.0 +setuptools==74.1.2 \ No newline at end of file