From: Guillaume Pellerin Date: Tue, 17 May 2022 10:55:15 +0000 (+0200) Subject: fix setuptools version and other python modules X-Git-Tag: 2.8.1-pro~117 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=babfed264ce3efdc6dc196c211439f8f3a1b83a8;p=teleforma.git fix setuptools version and other python modules --- 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