Update requirements.txt
Browse files- requirements.txt +21 -22
requirements.txt
CHANGED
@@ -1,22 +1,21 @@
|
|
1 |
-
beautifulsoup4==4.12.3
|
2 |
-
duckduckgo_search==6.1.0
|
3 |
-
faiss_cpu==1.8.0
|
4 |
-
fastapi==0.111.0
|
5 |
-
fitz==0.0.1.dev2
|
6 |
-
Flask==3.0.3
|
7 |
-
googlesearch_python==1.2.4
|
8 |
-
langchain==0.2.3
|
9 |
-
langchain_community==0.2.4
|
10 |
-
langchain_google_genai==1.0.6
|
11 |
-
langchain_text_splitters==0.2.1
|
12 |
-
langdetect==1.0.9
|
13 |
-
numpy==1.26.4
|
14 |
-
pdfplumber==0.11.1
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
tqdm==4.66.4
|
|
|
1 |
+
beautifulsoup4==4.12.3
|
2 |
+
duckduckgo_search==6.1.0
|
3 |
+
faiss_cpu==1.8.0
|
4 |
+
fastapi==0.111.0
|
5 |
+
fitz==0.0.1.dev2
|
6 |
+
Flask==3.0.3
|
7 |
+
googlesearch_python==1.2.4
|
8 |
+
langchain==0.2.3
|
9 |
+
langchain_community==0.2.4
|
10 |
+
langchain_google_genai==1.0.6
|
11 |
+
langchain_text_splitters==0.2.1
|
12 |
+
langdetect==1.0.9
|
13 |
+
numpy==1.26.4
|
14 |
+
pdfplumber==0.11.1
|
15 |
+
protobuf==4.25.3
|
16 |
+
pydantic==2.7.4
|
17 |
+
PyPDF2==3.0.1
|
18 |
+
Requests==2.32.3
|
19 |
+
spacy==3.7.5
|
20 |
+
streamlit==1.35.0
|
21 |
+
tqdm==4.66.4
|
|