Move json-repair to main dependencies
This commit is contained in:
parent
32af45ff46
commit
d98fe6f340
1 changed files with 1 additions and 1 deletions
|
|
@ -25,6 +25,7 @@ dependencies = [
|
||||||
"configparser",
|
"configparser",
|
||||||
"dotenv",
|
"dotenv",
|
||||||
"future",
|
"future",
|
||||||
|
"json-repair",
|
||||||
"nano-vectordb",
|
"nano-vectordb",
|
||||||
"networkx",
|
"networkx",
|
||||||
"numpy",
|
"numpy",
|
||||||
|
|
@ -66,7 +67,6 @@ api = [
|
||||||
"httpcore",
|
"httpcore",
|
||||||
"httpx",
|
"httpx",
|
||||||
"jiter",
|
"jiter",
|
||||||
"json-repair",
|
|
||||||
"passlib[bcrypt]",
|
"passlib[bcrypt]",
|
||||||
"psutil",
|
"psutil",
|
||||||
"PyJWT",
|
"PyJWT",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue