Spaces:
Sleeping
Sleeping
update:requirements: openpyxl
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -4,4 +4,5 @@ google-generativeai==0.3.2
|
|
4 |
langchain==0.1.4
|
5 |
langchain-community==0.0.16
|
6 |
unstructured[docx,pptx]
|
7 |
-
python-dotenv==1.0.1
|
|
|
|
4 |
langchain==0.1.4
|
5 |
langchain-community==0.0.16
|
6 |
unstructured[docx,pptx]
|
7 |
+
python-dotenv==1.0.1
|
8 |
+
openpyxl==3.1.2
|