Skip to content

Commit

Permalink
fix setup.py and remove sasl from dev-requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Aug 21, 2023
1 parent c88567f commit 2851b78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ wheel~=0.41

# Adapter specific dependencies
mock~=5.1
sasl~=0.3.1
thrift_sasl~=0.4.3
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
print("Please upgrade to Python 3.8 or higher.")
sys.exit(1)

# # sasl does not support python 3.11 and higher
# if sys.version_info < (3, 11):
# PYHIVE_SASL_EXTRA = "PyHive[sasl]>=0.6.0,<0.7.0"
# else:
# print("Using pure_sasl for python 3.11 and higher`")
# PYHIVE_SASL_EXTRA = "PyHive[hive_pure_sasl]~=0.7.0"

# require version of setuptools that supports find_namespace_packages
from setuptools import setup

Expand Down Expand Up @@ -82,7 +75,6 @@ def _get_dbt_core_version():
install_requires=[
"dbt-core~={}".format(dbt_core_version),
"sqlparams>=3.0.0",
"pyhive[hive_pure_sasl]~=0.7.0"
],
extras_require={
"ODBC": odbc_extras,
Expand Down

0 comments on commit 2851b78

Please sign in to comment.