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