refac: make tencentcloud-sdk-python optional

This commit is contained in:
Timothy Jaeryang Baek 2025-10-05 04:49:06 -05:00
parent d2cb78179d
commit 713f0ef9ce
2 changed files with 3 additions and 11 deletions

View file

@ -134,9 +134,6 @@ ldap3==2.9.1
## Firecrawl
firecrawl-py==1.12.0
# Sougou API SDK(Tencentcloud SDK)
tencentcloud-sdk-python==3.0.1336
## Trace
opentelemetry-api==1.37.0
opentelemetry-sdk==1.37.0

View file

@ -106,8 +106,6 @@ dependencies = [
"google-auth-httplib2",
"google-auth-oauthlib",
"googleapis-common-protos==1.70.0",
"google-cloud-storage==2.19.0",
@ -115,12 +113,6 @@ dependencies = [
"azure-storage-blob==12.24.1",
"ldap3==2.9.1",
"firecrawl-py==1.12.0",
"tencentcloud-sdk-python==3.0.1336",
"oracledb>=3.2.0",
]
readme = "README.md"
requires-python = ">= 3.11, < 3.13.0a1"
@ -159,6 +151,9 @@ all = [
"oracledb==3.2.0",
"colbert-ai==0.2.21",
"firecrawl-py==1.12.0",
"tencentcloud-sdk-python==3.0.1336",
]
[project.scripts]