Update requirements.txt
Browse files- requirements.txt +7 -12
requirements.txt
CHANGED
@@ -1,12 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
openai
|
9 |
-
pymupdf
|
10 |
-
oauth2client
|
11 |
-
gspread
|
12 |
-
python-dotenv
|
|
|
1 |
+
gspread==6.1.2
|
2 |
+
llama_index==0.10.51
|
3 |
+
oauth2client==4.1.3
|
4 |
+
pandas==2.2.2
|
5 |
+
pinecone==4.0.0
|
6 |
+
python-dotenv==1.0.1
|
7 |
+
streamlit==1.35.0
|
|
|
|
|
|
|
|
|
|