8a7464e5826f — Oben Sonne 12 years ago
markdown: stick markdown to version 2.0.3

This is a temporary fix to issue #1, until markowik has been adapted to
correctly work with Python markdown 2.1.
1 files changed, 1 insertions(+), 1 deletions(-)

M setup.py
M setup.py +1 -1
@@ 7,7 7,7 @@ README = open(os.path.join(here, 'README
 version = '0.1.1'
 
 install_requires = [
-    'markdown', 'argparse',
+    'markdown==2.0.3', 'argparse',
 ]
 
 setup(name='markowik',