Skip to content

Commit 761eb0b

Browse files
nicof38nicof38yoshiokatsuneo
authored
Add ibm-db package to enable DB2 as datasource: (#7581)
* Add ibm-db package to enable DB2 as datasource: * Review poetry format * Added condition on platform for ibm-db, as support is restricted --------- Co-authored-by: nicof38 <[email protected]> Co-authored-by: Tsuneo Yoshioka <[email protected]>
1 parent 9743820 commit 761eb0b

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

poetry.lock

Lines changed: 53 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ pyodbc = "5.1.0"
9090
debugpy = "^1.8.9"
9191
paramiko = "3.4.1"
9292
oracledb = "2.5.1"
93+
ibm-db = { version = "^3.2.7", markers = "platform_machine == 'x86_64' or platform_machine == 'AMD64'" }
9394

9495
[tool.poetry.group.all_ds]
9596
optional = true

0 commit comments

Comments
 (0)