Pin markdown version to avoid deprecation warnings

Will fix later. (#257)
This commit is contained in:
Andrew Ekstedt 2018-10-28 16:28:03 -07:00
parent db824220d0
commit 39cecc2f4d
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setup(
install_requires = [
'SQLAlchemy>=0.9.7',
'whoosh>=2.5,<2.7',
'markdown',
'markdown==2.4.1',
'construct',
'six>=1.9.0',
],