chore: updating extra requires (#7115)

This commit is contained in:
John Bodley 2019-03-27 13:48:11 -07:00 committed by Krist Wongsuphasawat
parent c99d9b5d3c
commit ee36ce8b31
1 changed files with 2 additions and 4 deletions

View File

@ -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',