From babfed264ce3efdc6dc196c211439f8f3a1b83a8 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 17 May 2022 12:55:15 +0200 Subject: [PATCH] fix setuptools version and other python modules --- Dockerfile | 1 + requirements.txt | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9aa7807..a47e9e99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN apt-get update && \ apt-get clean RUN pip3 install -U pip +RUN pip3 install setuptools==58 ENV LANG fr_FR.UTF-8 ENV LANGUAGE fr_FR:fr diff --git a/requirements.txt b/requirements.txt index df09452c..f46504bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,7 +24,6 @@ weasyprint==52.5 xlrd==2.0.1 xlwt==1.3.0 psycopg2==2.8.6 -uwsgi==2.0.19 +uwsgi pymemcache==3.4.4 -ipython -Mezzanine==5.0.0 \ No newline at end of file +Mezzanine==5.0.0 -- 2.39.5