Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
|
@@ -5,6 +5,9 @@ streamlit-chat
|
|
| 5 |
streamlit-authenticator
|
| 6 |
langchain-groq
|
| 7 |
langchain-core
|
|
|
|
|
|
|
|
|
|
| 8 |
bcrypt
|
| 9 |
PyMuPDF
|
| 10 |
requests
|
|
|
|
| 5 |
streamlit-authenticator
|
| 6 |
langchain-groq
|
| 7 |
langchain-core
|
| 8 |
+
google-api-python-client
|
| 9 |
+
google-auth-oauthlib
|
| 10 |
+
google-auth-httplib2
|
| 11 |
bcrypt
|
| 12 |
PyMuPDF
|
| 13 |
requests
|