Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -4,7 +4,6 @@ langchain_experimental
|
|
4 |
langchain-community
|
5 |
langchain-google-genai
|
6 |
streamlit
|
7 |
-
SpeechRecognition
|
8 |
deep-translator
|
9 |
matplotlib
|
10 |
numpy
|
@@ -13,4 +12,5 @@ geopy
|
|
13 |
folium
|
14 |
googlemaps
|
15 |
streamlit-folium
|
16 |
-
|
|
|
|
4 |
langchain-community
|
5 |
langchain-google-genai
|
6 |
streamlit
|
|
|
7 |
deep-translator
|
8 |
matplotlib
|
9 |
numpy
|
|
|
12 |
folium
|
13 |
googlemaps
|
14 |
streamlit-folium
|
15 |
+
speechrecognition
|
16 |
+
google-cloud-speech
|