# HG changeset patch # User Oben Sonne # Date 1327264027 -3600 # Sun Jan 22 21:27:07 2012 +0100 # Node ID 8a7464e5826fd05e20fa66bcda6f01e3956b80bf # Parent fe3a7d3fa491cb135ff1b84c3c790aa4378d013c 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. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ version = '0.1.1' install_requires = [ - 'markdown', 'argparse', + 'markdown==2.0.3', 'argparse', ] setup(name='markowik',