Adding markdown2 to the requirements.

This commit is contained in:
Christopher Ramírez 2013-09-03 15:49:38 -06:00
parent 7d81f42731
commit 7e25b7634c

View file

@ -35,7 +35,7 @@ setup(
py_modules=['secretary'],
platforms='any',
install_requires=[
'Jinja2',
'Jinja2', 'markdown2'
],
tests_require=['pytest'],
cmdclass={'test': PyTest},