Skip to content

Commit

Permalink
Add ta-lib to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
97gamjak committed Feb 26, 2024
1 parent 4fb0bb6 commit 560a7ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
&& pip3 install tabula
&& pip3 install jpype1
&& pip3 install jinja2
&& pip3 install ta-lib


- name: Build
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"tabula",
"jpype1",
"jinja2",
"ta-lib",
]

[project.optional-dependencies]
Expand Down

0 comments on commit 560a7ad

Please sign in to comment.