mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: add IBM DB2 support (#10306)
### What problem does this PR solve? issue:#5617 change:add IBM DB2 support in ExeSQL ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -132,6 +132,7 @@ dependencies = [
|
||||
"litellm>=1.74.15.post1",
|
||||
"flask-mail>=0.10.0",
|
||||
"lark>=1.2.2",
|
||||
"ibm-db>=3.2.7",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
@ -157,6 +158,9 @@ test = [
|
||||
"requests-toolbelt>=1.0.0",
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://mirrors.aliyun.com/pypi/simple"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = [
|
||||
'agent',
|
||||
@ -170,9 +174,6 @@ packages = [
|
||||
'sdk.python.ragflow_sdk',
|
||||
]
|
||||
|
||||
[[tool.uv.index]]
|
||||
url = "https://mirrors.aliyun.com/pypi/simple"
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 200
|
||||
exclude = [".venv", "rag/svr/discord_svr.py"]
|
||||
|
||||
Reference in New Issue
Block a user