Skip to content

Commit 476f0fd

Browse files
fix(deps): Missing mssql-python and new extras.
1 parent 84aa23d commit 476f0fd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ classifiers = [
4242
athena = ["PyAthena[Pandas]"]
4343
azuresql = ["pymssql"]
4444
azuresql-odbc = ["pyodbc>=5.0.0"]
45+
azuresql-mssql-python = ["mssql-python>=1.1.0"]
4546
bigquery = [
4647
"google-cloud-bigquery[pandas]",
4748
"google-cloud-bigquery-storage"
@@ -84,6 +85,7 @@ dev = [
8485
"PyAthena[Pandas]",
8586
"PyGithub>=2.6.0",
8687
"pyodbc>=5.0.0",
88+
"mssql-python>=1.1.0",
8789
"pyperf",
8890
"pyspark~=3.5.0",
8991
"pytest",
@@ -109,11 +111,13 @@ dbt = ["dbt-core<2"]
109111
dlt = ["dlt"]
110112
duckdb = []
111113
fabric = ["pyodbc>=5.0.0"]
114+
fabric-mssql-python = ["mssql-python>=1.1.0"]
112115
gcppostgres = ["cloud-sql-python-connector[pg8000]>=1.8.0"]
113116
github = ["PyGithub>=2.6.0"]
114117
motherduck = ["duckdb>=1.2.0"]
115118
mssql = ["pymssql"]
116119
mssql-odbc = ["pyodbc>=5.0.0"]
120+
mssql-python = ["mssql-python>=1.1.0"]
117121
mysql = ["pymysql"]
118122
mwaa = ["boto3"]
119123
postgres = ["psycopg2"]
@@ -215,6 +219,7 @@ module = [
215219
"mysql.*",
216220
"pymssql.*",
217221
"pyodbc.*",
222+
"mssql_python.*",
218223
"psycopg2.*",
219224
"pytest_lazyfixture.*",
220225
"dbt.adapters.*",

0 commit comments

Comments
 (0)