Fix #1032 -- Workaround for markdown version

This commit is contained in:
Raphael Michel
2018-09-24 14:07:11 +02:00
parent ee951a7448
commit 1e23624955
2 changed files with 2 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ setup(
'dj-static',
'csscompressor',
'django-markup',
'markdown',
'markdown<=2.2',
'bleach==2.*',
'raven',
'babel',