Merge pull request #3 from Aitous/feature/discovery-enhancements

fix: add missing tweepy dependency to pyproject.toml
This commit is contained in:
Aitous 2026-02-11 22:32:40 -08:00 committed by GitHub
commit c4fe114e84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",