Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
openai
|
| 2 |
llama_index
|
| 3 |
PyPDF2
|
| 4 |
-
PyCryptodome
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
openai
|
| 2 |
llama_index
|
| 3 |
PyPDF2
|
| 4 |
+
PyCryptodome
|
| 5 |
+
google-api-python-client
|
| 6 |
+
google-auth-httplib2
|
| 7 |
+
google-auth-oauthlib
|