From b41fe8c69ca43eeeb7d17f0982eb38d48365b850 Mon Sep 17 00:00:00 2001 From: Youssef Aitousarrah Date: Wed, 11 Feb 2026 22:26:51 -0800 Subject: [PATCH] fix: add missing tweepy dependency to pyproject.toml Co-Authored-By: Claude Opus 4.6 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7f732188..e409518c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ "setuptools>=80.9.0", "stockstats>=0.6.5", "tavily>=1.1.0", + "tweepy>=4.14.0", "tqdm>=4.67.1", "tushare>=1.4.21", "typing-extensions>=4.14.0",