Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ streamlit
|
|
2 |
PyPDF2
|
3 |
python-dotenv
|
4 |
gql
|
|
|
5 |
pandas
|
|
|
2 |
PyPDF2
|
3 |
python-dotenv
|
4 |
gql
|
5 |
+
requests_toolbelt # Added to fix the ModuleNotFoundError
|
6 |
pandas
|