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

kristw 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 ee36ce8  chore: updating extra requires (#7115)
ee36ce8 is described below

commit ee36ce8b315ca2175963f762b27ca5e7406de2bb
Author: John Bodley <4567245+john-bod...@users.noreply.github.com>
AuthorDate: Wed Mar 27 13:48:11 2019 -0700

    chore: updating extra requires (#7115)
---
 setup.py | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/setup.py b/setup.py
index 500bed6..9c6278e 100644
--- a/setup.py
+++ b/setup.py
@@ -110,12 +110,10 @@ setup(
         'cors': ['flask-cors>=2.0.0'],
         'console_log': ['console_log==0.2.10'],
         'hive': [
-            'pyhive>=0.6.1',
+            'pyhive[hive]>=0.6.1',
             'tableschema',
-            'thrift-sasl>=0.2.1',
-            'thrift>=0.9.3',
         ],
-        'presto': ['pyhive>=0.4.0'],
+        'presto': ['pyhive[presto]>=0.4.0'],
         'gsheets': ['gsheetsdb>=0.1.9'],
     },
     author='Apache Software Foundation',

Reply via email to