mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add extra/optional Markdown dependency to setup.py
- Modify documentation to use the extra dependency in order to install the recommended markdown package version.
This commit is contained in:
parent
7aa2f6c142
commit
bc450b3339
3 changed files with 13 additions and 2 deletions
3
setup.py
3
setup.py
|
|
@ -61,6 +61,9 @@ setup(
|
|||
for name in names],
|
||||
},
|
||||
install_requires=requires,
|
||||
extras_require={
|
||||
'Markdown': ['markdown~=3.1.1']
|
||||
},
|
||||
entry_points=entry_points,
|
||||
classifiers=[
|
||||
'Development Status :: 5 - Production/Stable',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue