File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ classifiers = [
4242athena = [" PyAthena[Pandas]" ]
4343azuresql = [" pymssql" ]
4444azuresql-odbc = [" pyodbc>=5.0.0" ]
45+ azuresql-mssql-python = [" mssql-python>=1.1.0" ]
4546bigquery = [
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"]
109111dlt = [" dlt" ]
110112duckdb = []
111113fabric = [" pyodbc>=5.0.0" ]
114+ fabric-mssql-python = [" mssql-python>=1.1.0" ]
112115gcppostgres = [" cloud-sql-python-connector[pg8000]>=1.8.0" ]
113116github = [" PyGithub>=2.6.0" ]
114117motherduck = [" duckdb>=1.2.0" ]
115118mssql = [" pymssql" ]
116119mssql-odbc = [" pyodbc>=5.0.0" ]
120+ mssql-python = [" mssql-python>=1.1.0" ]
117121mysql = [" pymysql" ]
118122mwaa = [" boto3" ]
119123postgres = [" psycopg2" ]
@@ -215,6 +219,7 @@ module = [
215219 " mysql.*" ,
216220 " pymssql.*" ,
217221 " pyodbc.*" ,
222+ " mssql_python.*" ,
218223 " psycopg2.*" ,
219224 " pytest_lazyfixture.*" ,
220225 " dbt.adapters.*" ,
You can’t perform that action at this time.
0 commit comments