Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
Flask
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
aiohttp-socks
|
|
|
1 |
+
Flask
|
2 |
+
crewai
|
3 |
+
crewai[tools]
|
4 |
+
python-dotenv
|
5 |
+
google-generativeai
|
6 |
+
python-json-logger
|
|