From 5c90432e7e5e8a0c715919e4465f61f608c93ebd Mon Sep 17 00:00:00 2001 From: iscai-msft Date: Mon, 6 Dec 2021 13:56:53 -0500 Subject: [PATCH] make sure mistune is less than 2.x.x --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index f8feb7ebcae..ae793554010 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ "json-rpc", "Jinja2 >= 2.11", # I need "include" and auto-context + blank line are not indented by default "pyyaml", + "mistune < 2.0.0", "m2r", "black", ],