Spaces:
Build error
Build error
requests module for optional mcp endpoint testing
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -18,6 +18,7 @@ huggingface-hub # For model downloading
|
|
18 |
# optional extras
|
19 |
langchain
|
20 |
langchain-community
|
|
|
21 |
|
22 |
# system requirement for audio I/O
|
23 |
ffmpeg-python
|
|
|
18 |
# optional extras
|
19 |
langchain
|
20 |
langchain-community
|
21 |
+
requests # For MCP endpoint testing
|
22 |
|
23 |
# system requirement for audio I/O
|
24 |
ffmpeg-python
|