Skip to content

Commit

Permalink
adding extras hive_pure
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeshmu committed May 22, 2023
1 parent b3c1231 commit 5bd0564
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,8 @@ def run_tests(self):
extras_require={
'presto': ['requests>=1.0.0'],
'trino': ['requests>=1.0.0'],
'hive': [
'sasl>=0.2.1;python_version<"3.11"',
'pure-sasl>=0.6.2;python_version>="3.11"',
'thrift>=0.10.0',
'thrift_sasl>=0.4.3',
],
'hive': ['sasl>=0.2.1', 'thrift>=0.10.0', 'thrift_sasl>=0.1.0'],
'hive_pure': ['pure-sasl>=0.6.2', 'thrift>=0.10.0', 'thrift_sasl>=0.1.0'],
'sqlalchemy': ['sqlalchemy>=1.3.0'],
'kerberos': ['requests_kerberos>=0.12.0'],
},
Expand All @@ -60,8 +56,8 @@ def run_tests(self):
'pytest-cov',
'requests>=1.0.0',
'requests_kerberos>=0.12.0',
'sasl>=0.2.1;python_version<"3.11"',
'pure-sasl>=0.6.2;python_version>="3.11"',
'sasl>=0.2.1',
'pure-sasl>=0.6.2',
'sqlalchemy>=1.3.0',
'thrift>=0.10.0',
],
Expand Down

0 comments on commit 5bd0564

Please sign in to comment.