Remove json-repair from core deps, add missing api deps
This commit is contained in:
parent
2adbafd6b0
commit
b5682b15cb
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ dependencies = [
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"future",
|
"future",
|
||||||
"json-repair",
|
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
"networkx",
|
"networkx",
|
||||||
"numpy",
|
"numpy",
|
||||||
|
|
@ -47,6 +46,8 @@ api = [
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"future",
|
"future",
|
||||||
|
"nano-vectordb",
|
||||||
|
"networkx",
|
||||||
"numpy",
|
"numpy",
|
||||||
"openai",
|
"openai",
|
||||||
"pandas>=2.0.0",
|
"pandas>=2.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue