Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
beautifulsoup4
|
2 |
python-dotenv
|
3 |
|
|
|
1 |
+
langchain
|
2 |
+
langchain-community
|
3 |
+
crewai
|
4 |
+
crewai[tools]
|
5 |
+
|
6 |
beautifulsoup4
|
7 |
python-dotenv
|
8 |
|