diff --git a/setup.py b/setup.py index 1fb713d..afe5128 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ setup( license = 'MIT License', install_requires = [ 'bottle', - 'Markdown', + 'Markdown==2.6.11', 'Pygments', 'py-gfm', ],