Skip to content

Commit

Permalink
Merge pull request #121 from fishtown-analytics/fix/install-pyodbc
Browse files Browse the repository at this point in the history
Fix issue when installing pyodbc
  • Loading branch information
Kyle Wigley authored Nov 13, 2020
2 parents c2096c2 + a92a41d commit 007d55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def _dbt_spark_version():
'sqlparams>=3.0.0',
'thrift>=0.11.0,<0.12.0'
],
extra_requires={
extras_require={
"ODBC": ['pyodbc>=4.0.30'],
}
)

0 comments on commit 007d55d

Please sign in to comment.