This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 5811a26  Constrain the max version of markdown (#5967)
5811a26 is described below

commit 5811a261013446df9de9c0e6792d6f7ae1db8147
Author: Victor Noël <[email protected]>
AuthorDate: Mon Sep 24 20:41:16 2018 +0200

    Constrain the max version of markdown (#5967)
    
    Closes #5958
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 84c0c48..373ed7e 100644
--- a/setup.py
+++ b/setup.py
@@ -75,7 +75,7 @@ setup(
         'humanize',
         'idna',
         'isodate',
-        'markdown',
+        'markdown<3.0.0',
         'pandas>=0.18.0',
         'parsedatetime',
         'pathlib2',

Reply via email to