fix issue with markdwon version

This commit is contained in:
Victor Cabello
2019-05-06 23:27:42 -05:00
parent 57c2012cd9
commit db22fbfa34
+1 -1
View File
@@ -31,7 +31,7 @@ setup(
license = 'MIT License',
install_requires = [
'bottle',
'Markdown',
'Markdown==2.6.11',
'Pygments',
'py-gfm',
],