fix: add missing tweepy dependency to pyproject.toml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f4aceef857
commit
b41fe8c69c
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue