Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
crewai
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
1 |
crewai
|
2 |
+
crewai['tools']
|
3 |
+
docx2txt
|
4 |
+
langchain
|
5 |
+
|
6 |
+
pydantic
|
7 |
+
PyPDF2
|
8 |
+
python-dotenv
|
9 |
+
python_docx
|
10 |
+
python_pptx
|
11 |
+
streamlit
|