Skip to content

Commit

Permalink
fix(indicators): move talib and tulind from optionalDependencies`…
Browse files Browse the repository at this point in the history
… to `dependencies`

Failed Docker build when importing `talib`.
  • Loading branch information
bludnic committed May 19, 2024
1 parent dba32ef commit 02af17d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 49 deletions.
2 changes: 1 addition & 1 deletion packages/indicators/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"optionalDependencies": {
"dependencies": {
"talib": "^1.1.5",
"tulind": "^0.8.20"
}
Expand Down
64 changes: 16 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 02af17d

Please sign in to comment.