fix: add missing tweepy dependency to pyproject.toml

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Youssef Aitousarrah 2026-02-11 22:26:51 -08:00
parent f4aceef857
commit b41fe8c69c
1 changed files with 1 additions and 0 deletions

View File

@ -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",