Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
streamlit==1.20.0
|
2 |
-
groq==0.2.0
|
3 |
googletrans==4.0.0-rc1
|
4 |
asyncio==3.4.3
|
5 |
-
httpcore
|
6 |
-
deep-translator
|
7 |
-
|
|
|
|
1 |
+
|
2 |
streamlit==1.20.0
|
|
|
3 |
googletrans==4.0.0-rc1
|
4 |
asyncio==3.4.3
|
5 |
+
httpcore==1.0.7
|
6 |
+
deep-translator==1.11.4
|
7 |
+
groq @ git+https://github.com/groq-ai/groq-client.git
|
8 |
+
|