Add json_repair dependency to project requirements

This commit is contained in:
yangdx 2025-08-27 11:14:09 +08:00
parent cb0a035076
commit 194f46f239

View file

@ -25,6 +25,7 @@ dependencies = [
"configparser",
"dotenv",
"future",
"json_repair",
"nano-vectordb",
"networkx",
"numpy",
@ -46,6 +47,7 @@ api = [
"configparser",
"dotenv",
"future",
"json_repair",
"nano-vectordb",
"networkx",
"numpy",