Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
-
streamlit
|
2 |
groq
|
3 |
gTTS
|
|
|
|
|
4 |
playsound
|
|
|
5 |
|
|
|
|
|
1 |
groq
|
2 |
gTTS
|
3 |
+
IPython
|
4 |
+
pygame
|
5 |
playsound
|
6 |
+
streamlit
|
7 |
|