mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add the dependency to Mardown.
This commit is contained in:
parent
091d8a2705
commit
60bcd21c00
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -1,7 +1,7 @@
|
|||
from setuptools import setup
|
||||
import sys
|
||||
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils']
|
||||
requires = ['feedgenerator', 'jinja2', 'pygments', 'docutils', 'Markdown']
|
||||
if sys.version_info < (2,7):
|
||||
requires.append('argparse')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue