From 39cecc2f4de15aedb698aa19c5cf501a45c194ed Mon Sep 17 00:00:00 2001 From: Andrew Ekstedt Date: Sun, 28 Oct 2018 16:28:03 -0700 Subject: [PATCH] Pin markdown version to avoid deprecation warnings Will fix later. (#257) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ea67c7..f0195f8 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( install_requires = [ 'SQLAlchemy>=0.9.7', 'whoosh>=2.5,<2.7', - 'markdown', + 'markdown==2.4.1', 'construct', 'six>=1.9.0', ],