|
@@ -12,4 +12,4 @@ RUN unset TZ
|
|
|
RUN apk del tzdata
|
|
|
RUN pip install --upgrade pip
|
|
|
RUN pip install Django==3.2.23
|
|
|
-RUN pip install mysqlclient django-crispy-forms==1.12.0 gunicorn social-auth-app-django django-import-export django-trumbowyg unidecode bleach feedparser beautifulsoup4
|
|
|
+RUN pip install mysqlclient django-crispy-forms==1.12.0 gunicorn social-auth-app-django django-import-export==3.3.8 django-trumbowyg unidecode bleach feedparser beautifulsoup4
|