Jeremy Live
commited on
Commit
·
7247756
1
Parent(s):
86a414c
Add crewai-tools to requirements
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ matplotlib>=3.7.0
|
|
5 |
yfinance>=0.2.0
|
6 |
python-dotenv>=1.0.0
|
7 |
crewai>=0.28.4
|
|
|
8 |
pydantic>=2.0.0
|
9 |
requests>=2.31.0
|
10 |
plotly>=5.15.0
|
|
|
5 |
yfinance>=0.2.0
|
6 |
python-dotenv>=1.0.0
|
7 |
crewai>=0.28.4
|
8 |
+
crewai-tools>=0.1.0
|
9 |
pydantic>=2.0.0
|
10 |
requests>=2.31.0
|
11 |
plotly>=5.15.0
|