Creating requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit==1.26.0 # Streamlit for creating the web app
|
2 |
+
pandas==2.0.3 # Pandas for data manipulation
|
3 |
+
serpapi==2.0.0 # SerpAPI library for Google search
|
4 |
+
openpyxl==3.1.2 # OpenPyXL for reading Excel files
|