mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
a32dc03616
commit
ae4a3cb6da
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue