Skip to content

Commit 156173b

Browse files
committed
add yfinance
1 parent 9eeb58e commit 156173b

File tree

3 files changed

+161
-1
lines changed

3 files changed

+161
-1
lines changed

docker/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ RUN buildDeps='gcc g++' && \
1212

1313
COPY . .
1414

15+
RUN cd cookbooks
16+
1517
# Usage examples:
1618
#
1719
# Build

poetry.lock

Lines changed: 158 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ black = "^20.8b1"
4949
ipykernel = "^5.4.3"
5050
jedi = "0.17.2"
5151
pytest-cov = "^2.11.1"
52+
yfinance = "^0.1.55"
5253

5354
[tool.poetry.extras]
5455
optionals = ["scikit-learn", "matplotlib", "cvxopt"]

0 commit comments

Comments
 (0)