Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
pandas
|
3 |
+
serpapi
|
4 |
+
google-search-results
|
5 |
+
groq
|
6 |
+
langchain-groq
|
7 |
+
langchain
|
8 |
+
google-api-python-client
|
9 |
+
google-auth-httplib2
|
10 |
+
google-auth-oauthlib
|
11 |
+
gspread
|
12 |
+
python-dotenv
|
13 |
+
|
14 |
+
|