Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
-
google-auth
|
| 2 |
-
google-auth-oauthlib
|
| 3 |
-
google-api-python-client
|
| 4 |
-
langchain_openai
|
| 5 |
-
streamlit
|
| 6 |
-
beautifulsoup4
|
| 7 |
-
pydub
|
| 8 |
-
simpleaudio
|
|
|
|
|
|
| 1 |
+
google-auth
|
| 2 |
+
google-auth-oauthlib
|
| 3 |
+
google-api-python-client
|
| 4 |
+
langchain_openai
|
| 5 |
+
streamlit
|
| 6 |
+
beautifulsoup4
|
| 7 |
+
pydub
|
| 8 |
+
simpleaudio
|
| 9 |
+
playsound
|