Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -20
requirements.txt
CHANGED
|
@@ -1,23 +1,9 @@
|
|
| 1 |
-
# Core Streamlit and Web Components
|
| 2 |
streamlit
|
| 3 |
-
streamlit-components
|
| 4 |
-
|
| 5 |
-
# WebSocket Support
|
| 6 |
websockets
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
edge-tts # For text-to-speech generation
|
| 10 |
-
audio-recorder-streamlit # For recording audio in Streamlit
|
| 11 |
-
|
| 12 |
-
# Asyncio Nesting
|
| 13 |
nest_asyncio
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
pytz # For timezone handling
|
| 18 |
-
|
| 19 |
-
# General Utilities
|
| 20 |
-
requests # For potential external API calls (not used here but common in such apps)
|
| 21 |
-
|
| 22 |
-
# Optional: If you add transcription or advanced features later
|
| 23 |
-
# whisper # Uncomment and specify version if audio transcription is added (e.g., openai-whisper)
|
|
|
|
|
|
|
| 1 |
streamlit
|
| 2 |
+
streamlit-components-v1
|
|
|
|
|
|
|
| 3 |
websockets
|
| 4 |
+
edge-tts
|
| 5 |
+
audio-recorder-streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
nest_asyncio
|
| 7 |
+
pillow
|
| 8 |
+
pytz
|
| 9 |
+
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|