This is an automated email from the ASF dual-hosted git repository. erikrit pushed a commit to branch erik-ritter--fix-gsheets in repository https://gitbox.apache.org/repos/asf/superset.git
commit dab7c4fdcecd8efe4a419abfb01431ed5203b992 Author: Erik Ritter <[email protected]> AuthorDate: Thu Apr 15 21:31:08 2021 -0700 fix: Add extra requires for shillelagh --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 985aab4..68e33df 100644 --- a/setup.py +++ b/setup.py @@ -133,7 +133,7 @@ setup( "exasol": ["sqlalchemy-exasol>=2.1.0, <2.2"], "excel": ["xlrd>=1.2.0, <1.3"], "firebird": ["sqlalchemy-firebird>=0.7.0, <0.8"], - "gsheets": ["shillelagh>=0.2, <0.3"], + "gsheets": ["shillelagh[gsheetsapi]>=0.2, <0.3"], "hana": ["hdbcli==2.4.162", "sqlalchemy_hana==0.4.0"], "hive": ["pyhive[hive]>=0.6.1", "tableschema", "thrift>=0.11.0, <1.0.0"], "impala": ["impyla>0.16.2, <0.17"],
