From db22fbfa3454d7f5baaab450cd72082900c80cc4 Mon Sep 17 00:00:00 2001 From: Victor Cabello Date: Mon, 6 May 2019 23:27:42 -0500 Subject: [PATCH] fix issue with markdwon version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1fb713d..afe5128 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( license = 'MIT License', install_requires = [ 'bottle', - 'Markdown', + 'Markdown==2.6.11', 'Pygments', 'py-gfm', ],