I have been talking with alexis and he doesn't want 'markdown' to be installed by default if it's not needed. Issue #145

This commit is contained in:
mviera 2011-08-04 00:31:58 +02:00
commit ae4a3cb6da

View file

@ -4,7 +4,7 @@ import sys
VERSION = "2.7.2" # find a better way to do so.
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'markdown']
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils']
if sys.version_info < (2,7):
requires.append('argparse')