Constrain the max version of markdown (#5967)

Closes #5958
This commit is contained in:
Victor Noël 2018-09-24 20:41:16 +02:00 committed by Maxime Beauchemin
parent 6b89b7f8b5
commit 5811a26101
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ setup(
'humanize',
'idna',
'isodate',
'markdown',
'markdown<3.0.0',
'pandas>=0.18.0',
'parsedatetime',
'pathlib2',