Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
gTTS==2.3.2
|
|
|
2 |
langchain==0.0.205
|
3 |
openai==0.27.4
|
4 |
streamlit==1.23.1
|
5 |
streamlit_chat==0.0.2.2
|
6 |
-
python-dotenv==0.21.0
|
7 |
-
pydantic==1.10.9
|
|
|
1 |
gTTS==2.3.2
|
2 |
+
pydantic==1.10.9
|
3 |
langchain==0.0.205
|
4 |
openai==0.27.4
|
5 |
streamlit==1.23.1
|
6 |
streamlit_chat==0.0.2.2
|
7 |
+
python-dotenv==0.21.0
|
|