You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/05/21 20:19:14 UTC

[incubator-superset] branch master updated: Add missing dep on contextlib2 (#5027)

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 ce0011e  Add missing dep on contextlib2 (#5027)
ce0011e is described below

commit ce0011e5fcacf8510142353df6c3cf530c04b1c2
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Mon May 21 13:19:07 2018 -0700

    Add missing dep on contextlib2 (#5027)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index f463f62..8e36c5c 100644
--- a/setup.py
+++ b/setup.py
@@ -54,6 +54,7 @@ setup(
         'boto3>=1.4.6',
         'celery',
         'colorama',
+        'contextlib2',
         'cryptography',
         'flask<1.0.0',
         'flask-appbuilder',

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.