Remove json-repair from core deps, add missing api deps

This commit is contained in:
yangdx 2025-08-25 07:23:41 +08:00
parent 2adbafd6b0
commit b5682b15cb

View file

@ -25,7 +25,6 @@ dependencies = [
"configparser",
"dotenv",
"future",
"json-repair",
"nano-vectordb",
"networkx",
"numpy",
@ -47,6 +46,8 @@ api = [
"configparser",
"dotenv",
"future",
"nano-vectordb",
"networkx",
"numpy",
"openai",
"pandas>=2.0.0",