From 9548190306c027cc5e01ad6e41c3f62c84064ca7 Mon Sep 17 00:00:00 2001 From: Joungmin Date: Thu, 19 Feb 2026 21:10:21 +0900 Subject: [PATCH] Add yfinance to requirements --- habit_bot_requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/habit_bot_requirements.txt b/habit_bot_requirements.txt index b51ca9b..68d0021 100644 --- a/habit_bot_requirements.txt +++ b/habit_bot_requirements.txt @@ -5,3 +5,4 @@ oracledb>=2.0.0 httpx>=0.25.0 beautifulsoup4>=4.12.0 lxml>=4.9.0 +yfinance>=0.2.0