Updating requirements.txt File
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
streamlit==1.26.0 # Streamlit for creating the web app
|
2 |
pandas==2.0.3 # Pandas for data manipulation
|
3 |
-
|
4 |
openpyxl==3.1.2 # OpenPyXL for reading Excel files
|
|
|
1 |
streamlit==1.26.0 # Streamlit for creating the web app
|
2 |
pandas==2.0.3 # Pandas for data manipulation
|
3 |
+
google-search-results # SerpAPI library for Google search
|
4 |
openpyxl==3.1.2 # OpenPyXL for reading Excel files
|