Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
@@ -1,3 +1,11 @@
|
|
1 |
openai
|
2 |
gradio
|
3 |
-
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai
|
2 |
gradio
|
3 |
+
python-dotenv
|
4 |
+
|
5 |
+
pandas==2.1.3
|
6 |
+
google-auth==2.23.4
|
7 |
+
google-auth-oauthlib==1.1.0
|
8 |
+
google-auth-httplib2==0.1.1
|
9 |
+
google-api-python-client==2.108.0
|
10 |
+
gspread==5.12.2
|
11 |
+
oauth2client==4.1.3
|