Skip to content

Commit

Permalink
Constrain the max version of markdown (apache#5967)
Browse files Browse the repository at this point in the history
  • Loading branch information
victornoel authored and betodealmeida committed Oct 12, 2018
1 parent ab0a668 commit 14e2344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -75,7 +75,7 @@ def get_git_sha():
'humanize',
'idna',
'isodate',
'markdown',
'markdown<3.0.0',
'pandas>=0.18.0',
'parsedatetime',
'pathlib2',
Expand Down

0 comments on commit 14e2344

Please sign in to comment.