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 <fo...@driesprong.frl>
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
['"comm...@superset.apache.org" <comm...@superset.apache.org>'].

Reply via email to