From 7e25b7634c6f5c62f92fd767f2710ca4ab150b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christopher=20Ram=C3=ADrez?= Date: Tue, 3 Sep 2013 15:49:38 -0600 Subject: [PATCH] Adding markdown2 to the requirements. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8931515..f7fc066 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ setup( py_modules=['secretary'], platforms='any', install_requires=[ - 'Jinja2', + 'Jinja2', 'markdown2' ], tests_require=['pytest'], cmdclass={'test': PyTest},