Adding markdown2 to the requirements.
This commit is contained in:
parent
7d81f42731
commit
7e25b7634c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -35,7 +35,7 @@ setup(
|
||||||
py_modules=['secretary'],
|
py_modules=['secretary'],
|
||||||
platforms='any',
|
platforms='any',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'Jinja2',
|
'Jinja2', 'markdown2'
|
||||||
],
|
],
|
||||||
tests_require=['pytest'],
|
tests_require=['pytest'],
|
||||||
cmdclass={'test': PyTest},
|
cmdclass={'test': PyTest},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue