Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
crewai
|
2 |
crewai-tools
|
3 |
-
|
4 |
-
|
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
|