Skip to content

Commit 792c993

Browse files
feat: Add optional dependencies for azuresql-odbc and mssql-odbc
1 parent a9ef531 commit 792c993

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ classifiers = [
3939
[project.optional-dependencies]
4040
athena = ["PyAthena[Pandas]"]
4141
azuresql = ["pymssql"]
42+
azuresql-odbc = ["pyodbc"]
4243
bigquery = [
4344
"google-cloud-bigquery[pandas]",
4445
"google-cloud-bigquery-storage"
@@ -104,6 +105,7 @@ gcppostgres = ["cloud-sql-python-connector[pg8000]>=1.8.0"]
104105
github = ["PyGithub~=2.5.0"]
105106
llm = ["langchain", "openai"]
106107
mssql = ["pymssql"]
108+
mssql-odbc = ["pyodbc"]
107109
mysql = ["pymysql"]
108110
mwaa = ["boto3"]
109111
postgres = ["psycopg2"]
@@ -203,6 +205,7 @@ module = [
203205
"databricks_cli.*",
204206
"mysql.*",
205207
"pymssql.*",
208+
"pyodbc.*",
206209
"psycopg2.*",
207210
"langchain.*",
208211
"pytest_lazyfixture.*",

0 commit comments

Comments
 (0)