File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ [tool .poetry ]
2
+ name = " databricks-sql-connector"
3
+ version = " 3.3.0"
4
+ description = " Databricks SQL Connector for Python"
5
+ authors = [" Databricks <databricks-sql-connector-maintainers@databricks.com>" ]
6
+ license = " Apache-2.0"
7
+
8
+
9
+ [tool .poetry .dependencies ]
10
+ databricks_sql_connector_core = { version = " >=1.0.0" , extras =[" all" ]}
11
+ databricks_sqlalchemy = { version = " >=1.0.0" , optional = true }
12
+
13
+ [tool .poetry .extras ]
14
+ databricks_sqlalchemy = [" databricks_sqlalchemy" ]
15
+
16
+ [tool .poetry .urls ]
17
+ "Homepage" = " https://github.com/databricks/databricks-sql-python"
18
+ "Bug Tracker" = " https://github.com/databricks/databricks-sql-python/issues"
19
+
20
+ [build-system ]
21
+ requires = [" poetry-core>=1.0.0" ]
22
+ build-backend = " poetry.core.masonry.api"
23
+
You can’t perform that action at this time.
0 commit comments