From 37f1c588cf9afd3baf0a44cc9c92f94a378b7296 Mon Sep 17 00:00:00 2001 From: superobk Date: Mon, 29 Apr 2024 10:59:11 +0800 Subject: [PATCH] feat: update install-dependencies.sh --- install-dependencies.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-dependencies.sh b/install-dependencies.sh index 2a54fdd..a4daca2 100644 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -3,4 +3,6 @@ pip install filetype pip install fastapi pip install python-multipart pip install "uvicorn[standard]" -pip install SpeechRecognition \ No newline at end of file +pip install SpeechRecognition +pip install PyYAML +pip install injector \ No newline at end of file