Update requirements.txt
Browse files- requirements.txt +21 -24
requirements.txt
CHANGED
@@ -1,24 +1,21 @@
|
|
1 |
-
streamlit==1.20.0
|
2 |
-
PyPDF2==1.26.0
|
3 |
-
python-dotenv==0.20.0
|
4 |
-
langchain-groq==0.1.0
|
5 |
-
python-docx==0.8.11
|
6 |
-
matplotlib==3.5.1
|
7 |
-
pandas==1.4.1
|
8 |
-
seaborn==0.11.2
|
9 |
-
fpdf==1.7.2
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
google-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
PyPDF2==1.26.0
|
23 |
-
langchain==0.0.200
|
24 |
-
faiss-cpu==1.7.2
|
|
|
1 |
+
streamlit==1.20.0
|
2 |
+
PyPDF2==1.26.0
|
3 |
+
python-dotenv==0.20.0
|
4 |
+
langchain-groq==0.1.0
|
5 |
+
python-docx==0.8.11
|
6 |
+
matplotlib==3.5.1
|
7 |
+
pandas==1.4.1
|
8 |
+
seaborn==0.11.2
|
9 |
+
fpdf==1.7.2
|
10 |
+
streamlit==1.20.0
|
11 |
+
requests==2.28.1
|
12 |
+
beautifulsoup4==4.11.1
|
13 |
+
python-dotenv==0.20.0
|
14 |
+
google-auth==2.15.0
|
15 |
+
google-auth-oauthlib==0.5.3
|
16 |
+
google-api-python-client==2.52.0
|
17 |
+
python-dotenv==0.20.0
|
18 |
+
transformers==4.26.0
|
19 |
+
PyPDF2==1.26.0
|
20 |
+
langchain==0.0.200
|
21 |
+
faiss-cpu==1.7.2
|
|
|
|
|
|