From 5fe9f30fd5dda3c70a48d218acf904f70abccb01 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Wed, 26 Oct 2022 13:17:23 +0530 Subject: [PATCH] Remove constraint on mistune --- web/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index d98e8a9..07be720 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -21,7 +21,6 @@ RUN --mount=type=cache,target=/root/.cache \ postorius==1.3.7 \ hyperkitty==1.3.6 \ django-mailman3==1.3.8 \ - mistune==2.0.0rc1 \ whoosh \ uwsgi \ 'psycopg2<2.9' \