From 7c0545fd3961db9c8128b2c75cc33438e0dba927 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Mon, 4 Nov 2024 14:02:55 -0800 Subject: [PATCH] chore: requirements --- backend/requirements.txt | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index ca3d6489e..1a35aff45 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -65,6 +65,7 @@ pyxlsb==1.0.10 xlrd==2.0.1 validators==0.33.0 psutil +soundfile==0.12.1 opencv-python-headless==4.10.0.84 rapidocr-onnxruntime==1.3.24 diff --git a/pyproject.toml b/pyproject.toml index 9274fadc3..2459c6409 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,6 +70,7 @@ dependencies = [ "xlrd==2.0.1", "validators==0.33.0", "psutil", + "soundfile==0.12.1", "opencv-python-headless==4.10.0.84", "rapidocr-onnxruntime==1.3.24",