Add json_repair dependency to project requirements
This commit is contained in:
parent
cb0a035076
commit
194f46f239
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ dependencies = [
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"future",
|
"future",
|
||||||
|
"json_repair",
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
"networkx",
|
"networkx",
|
||||||
"numpy",
|
"numpy",
|
||||||
|
|
@ -46,6 +47,7 @@ api = [
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"future",
|
"future",
|
||||||
|
"json_repair",
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
"networkx",
|
"networkx",
|
||||||
"numpy",
|
"numpy",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue