requirements.txt
Browse files- requirements.txt +8 -3
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
streamlit
|
2 |
-
langchain
|
3 |
-
langchain-openai
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
langchain
|
3 |
+
langchain-openai
|
4 |
+
openai
|
5 |
+
pandas
|
6 |
+
pydub
|
7 |
+
python-docx
|
8 |
+
PyPDF2
|