Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
google-api-python-client
|
4 |
+
google-auth
|
5 |
+
gspread
|
6 |
+
langchain
|
7 |
+
langchain-openai
|
8 |
+
langchain-chroma
|
9 |
+
requests
|
10 |
+
dotenv
|
11 |
+
re
|