mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
refac: make tencentcloud-sdk-python optional
This commit is contained in:
parent
d2cb78179d
commit
713f0ef9ce
2 changed files with 3 additions and 11 deletions
|
|
@ -134,9 +134,6 @@ ldap3==2.9.1
|
||||||
## Firecrawl
|
## Firecrawl
|
||||||
firecrawl-py==1.12.0
|
firecrawl-py==1.12.0
|
||||||
|
|
||||||
# Sougou API SDK(Tencentcloud SDK)
|
|
||||||
tencentcloud-sdk-python==3.0.1336
|
|
||||||
|
|
||||||
## Trace
|
## Trace
|
||||||
opentelemetry-api==1.37.0
|
opentelemetry-api==1.37.0
|
||||||
opentelemetry-sdk==1.37.0
|
opentelemetry-sdk==1.37.0
|
||||||
|
|
|
||||||
|
|
@ -106,8 +106,6 @@ dependencies = [
|
||||||
"google-auth-httplib2",
|
"google-auth-httplib2",
|
||||||
"google-auth-oauthlib",
|
"google-auth-oauthlib",
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
"googleapis-common-protos==1.70.0",
|
"googleapis-common-protos==1.70.0",
|
||||||
"google-cloud-storage==2.19.0",
|
"google-cloud-storage==2.19.0",
|
||||||
|
|
||||||
|
|
@ -115,12 +113,6 @@ dependencies = [
|
||||||
"azure-storage-blob==12.24.1",
|
"azure-storage-blob==12.24.1",
|
||||||
|
|
||||||
"ldap3==2.9.1",
|
"ldap3==2.9.1",
|
||||||
|
|
||||||
"firecrawl-py==1.12.0",
|
|
||||||
"tencentcloud-sdk-python==3.0.1336",
|
|
||||||
|
|
||||||
"oracledb>=3.2.0",
|
|
||||||
|
|
||||||
]
|
]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">= 3.11, < 3.13.0a1"
|
requires-python = ">= 3.11, < 3.13.0a1"
|
||||||
|
|
@ -159,6 +151,9 @@ all = [
|
||||||
"oracledb==3.2.0",
|
"oracledb==3.2.0",
|
||||||
|
|
||||||
"colbert-ai==0.2.21",
|
"colbert-ai==0.2.21",
|
||||||
|
|
||||||
|
"firecrawl-py==1.12.0",
|
||||||
|
"tencentcloud-sdk-python==3.0.1336",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue