Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
-
crewai
|
2 |
-
crewai-tools
|
3 |
-
|
4 |
-
python-dotenv
|
5 |
gradio>=4.0.0
|
6 |
pydantic>=2.0.0
|
|
|
|
|
7 |
typing-extensions>=4.0.0
|
|
|
|
|
|
|
|
|
|
|
1 |
gradio>=4.0.0
|
2 |
pydantic>=2.0.0
|
3 |
+
google-generativeai>=0.3.0
|
4 |
+
aiohttp>=3.8.0
|
5 |
typing-extensions>=4.0.0
|