Merge pull request #3 from Aitous/feature/discovery-enhancements
fix: add missing tweepy dependency to pyproject.toml
This commit is contained in:
commit
c4fe114e84
|
|
@ -33,6 +33,7 @@ dependencies = [
|
||||||
"setuptools>=80.9.0",
|
"setuptools>=80.9.0",
|
||||||
"stockstats>=0.6.5",
|
"stockstats>=0.6.5",
|
||||||
"tavily>=1.1.0",
|
"tavily>=1.1.0",
|
||||||
|
"tweepy>=4.14.0",
|
||||||
"tqdm>=4.67.1",
|
"tqdm>=4.67.1",
|
||||||
"tushare>=1.4.21",
|
"tushare>=1.4.21",
|
||||||
"typing-extensions>=4.14.0",
|
"typing-extensions>=4.14.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue