Explicit set markdown version to >= 3.0 (#5959)

* Explicit set markdown version to >= 3.0

* Pinning
This commit is contained in:
Mạnh Tài
2018-09-27 13:48:13 +07:00
committed by Maxime Beauchemin
parent 4c21c65824
commit 458b2b5970
3 changed files with 3 additions and 4 deletions

View File

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