]> git.parisson.com Git - teleforma.git/commitdiff
fix setuptools version and other python modules
authorGuillaume Pellerin <pellerin@parisson.com>
Tue, 17 May 2022 10:55:15 +0000 (12:55 +0200)
committerGuillaume Pellerin <pellerin@parisson.com>
Tue, 17 May 2022 10:55:15 +0000 (12:55 +0200)
Dockerfile
requirements.txt

index f9aa78070fa783add98e2a3798099e1b40999365..a47e9e99dadd3ca29ba23d44f96f7f2efc702150 100644 (file)
@@ -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
index df09452ca7f3e126f4e4adf0999e4b0175e818c1..f46504bdca09156fa7f829e014c262fd48f7b03f 100644 (file)
@@ -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