Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.44.0
|
2 |
+
langchain==0.3.0
|
3 |
+
langchain-openai==0.2.0
|
4 |
+
langchain-anthropic==0.2.0
|
5 |
+
langchain-google-genai==2.0.0
|
6 |
+
langchain-core==0.3.0
|
7 |
+
PyPDF2==3.0.1
|
8 |
+
python-docx==1.1.2
|
9 |
+
pandas==2.2.2
|
10 |
+
python-pptx==1.0.0
|
11 |
+
requests==2.32.3
|
12 |
+
openpyxl==3.1.5
|