Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1A29820049D for ; Wed, 9 Aug 2017 18:09:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 18ADA168E61; Wed, 9 Aug 2017 16:09:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 86A8E168E62 for ; Wed, 9 Aug 2017 18:09:07 +0200 (CEST) Received: (qmail 3298 invoked by uid 500); 9 Aug 2017 16:09:06 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 3289 invoked by uid 99); 9 Aug 2017 16:09:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Aug 2017 16:09:06 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5D8E3811B5; Wed, 9 Aug 2017 16:09:04 +0000 (UTC) Date: Wed, 09 Aug 2017 16:09:04 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: Explicitly add Flask as dependancy (#3252) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150229494481.21680.8742034621023078937@gitbox.apache.org> From: maximebeauchemin@apache.org Reply-To: "commits@superset.apache.org" X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: be01851ef7a694b38f2205414b7c7e11d5968a14 X-Git-Newrev: 6da68ab271d3afff12203b9bbae01f07c6435a85 X-Git-Rev: 6da68ab271d3afff12203b9bbae01f07c6435a85 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 09 Aug 2017 16:09:08 -0000 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 6da68ab Explicitly add Flask as dependancy (#3252) 6da68ab is described below commit 6da68ab271d3afff12203b9bbae01f07c6435a85 Author: Fokko Driesprong AuthorDate: Wed Aug 9 18:09:02 2017 +0200 Explicitly add Flask as dependancy (#3252) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ad86b08..afc767c 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ setup( 'celery==3.1.25', 'colorama==0.3.9', 'cryptography==1.9', + 'flask==0.12.2', 'flask-appbuilder==1.9.1', 'flask-cache==0.13.1', 'flask-migrate==2.0.3', -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].