gpaasch commited on
Commit
693aa4d
·
1 Parent(s): c024962

requests module for optional mcp endpoint testing

Browse files
Files changed (1) hide show
  1. 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