From c582f706041898c508b7ef1e8471a9a3cf5dd962 Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Tue, 22 May 2018 12:41:00 +0200 Subject: [PATCH] Added markdown to setup requirements. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6e94ad9..65a2dff 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ setup( 'beautifulsoup4', 'lxml', 'html2text', + 'markdown', ], classifiers=[ 'Development Status :: 4 - Beta',