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 d7fc364 Fix idna requirement (#3497) d7fc364 is described below commit d7fc364ff4854ed5c255b19195eec034a1b8b151 Author: timifasubaa <30888507+timifasu...@users.noreply.github.com> AuthorDate: Tue Sep 19 21:30:18 2017 -0700 Fix idna requirement (#3497) There is often conflicting versions of idna. This fixes is to 2.5. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 9410477..cb8fc94 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( 'future>=0.16.0, <0.17', 'humanize==0.5.1', 'gunicorn==19.7.1', + 'idna==2.5', 'markdown==2.6.8', 'pandas==0.20.2', 'parsedatetime==2.0.0', -- To stop receiving notification emails like this one, please contact ['"comm...@superset.apache.org" <comm...@superset.apache.org>'].