Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +17 -1
requirements.txt
CHANGED
@@ -8,4 +8,20 @@ python-dotenv>=1.0.0
|
|
8 |
google-cloud-aiplatform>=1.38.1
|
9 |
streamlit-chat
|
10 |
streamlit-webrtc
|
11 |
-
google-genai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
google-cloud-aiplatform>=1.38.1
|
9 |
streamlit-chat
|
10 |
streamlit-webrtc
|
11 |
+
google-genai
|
12 |
+
# Core dependencies
|
13 |
+
numpy>=1.20.0
|
14 |
+
|
15 |
+
azure-cognitiveservices-speech>=1.20.0
|
16 |
+
|
17 |
+
# Audio processing
|
18 |
+
sounddevice>=0.4.1
|
19 |
+
soundfile>=0.10.3
|
20 |
+
|
21 |
+
# Utility libraries
|
22 |
+
uuid>=1.30
|
23 |
+
asyncio>=3.4.3
|
24 |
+
|
25 |
+
# Optional tools for development
|
26 |
+
pytest>=7.0.0
|
27 |
+
pytest-cov>=3.0.0
|