Skip to content

Commit

Permalink
remove direct dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Ser0n-ath committed Dec 18, 2024
1 parent 0447aec commit 7c8bd04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/langchain-community/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"dependencies": {
"@langchain/openai": ">=0.2.0 <0.4.0",
"binary-extensions": "^2.2.0",
"dropbox": "^10.34.0",
"expr-eval": "^2.0.2",
"flat": "^5.0.2",
"js-yaml": "^4.1.0",
Expand Down Expand Up @@ -157,6 +156,7 @@
"dotenv": "^16.0.3",
"dpdm": "^3.12.0",
"dria": "^0.0.3",
"dropbox": "^10.34.0",
"duck-duck-scrape": "^2.2.5",
"epub2": "^3.0.1",
"eslint": "^8.33.0",
Expand Down Expand Up @@ -300,6 +300,7 @@
"d3-dsv": "^2.0.0",
"discord.js": "^14.14.1",
"dria": "^0.0.3",
"dropbox": "^10.34.0",
"duck-duck-scrape": "^2.2.5",
"epub2": "^3.0.1",
"faiss-node": "^0.5.1",
Expand Down Expand Up @@ -576,6 +577,9 @@
"dria": {
"optional": true
},
"dropbox": {
"optional": true
},
"duck-duck-scrape": {
"optional": true
},
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12048,6 +12048,7 @@ __metadata:
d3-dsv: ^2.0.0
discord.js: ^14.14.1
dria: ^0.0.3
dropbox: ^10.34.0
duck-duck-scrape: ^2.2.5
epub2: ^3.0.1
faiss-node: ^0.5.1
Expand Down Expand Up @@ -12247,6 +12248,8 @@ __metadata:
optional: true
dria:
optional: true
dropbox:
optional: true
duck-duck-scrape:
optional: true
epub2:
Expand Down

0 comments on commit 7c8bd04

Please sign in to comment.