chore: updating extra requires (#7115)
This commit is contained in:
parent
c99d9b5d3c
commit
ee36ce8b31
6
setup.py
6
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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue