Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
streamlit
|
2 |
PyPDF2
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
python-dotenv
|
4 |
-
gql
|
5 |
-
requests_toolbelt # Added to fix the ModuleNotFoundError
|
6 |
-
pandas
|
|
|
1 |
streamlit
|
2 |
PyPDF2
|
3 |
+
python-docx
|
4 |
+
pandas
|
5 |
+
openpyxl
|
6 |
+
beautifulsoup4
|
7 |
+
lxml
|
8 |
+
openai
|
9 |
python-dotenv
|
|
|
|
|
|