mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-22 07:03:53 +08:00
为xiaozhi-server的requirments.txt文件添加PySocks包
原因: requests 经过socks代理访问网络的时候需要依赖第三方package, 对应PySocks包。否则会出现"Missing dependencies for SOCKS support."的错误。 参考连接: https://requests.readthedocs.io/en/latest/user/advanced/#socks
This commit is contained in:
@@ -24,3 +24,4 @@ modelscope==1.23.2
|
||||
sherpa_onnx==1.11.0
|
||||
mcp==1.4.1
|
||||
cnlunar==0.2.0
|
||||
PySocks==1.7.1
|
||||
|
||||
Reference in New Issue
Block a user