소스 검색

chore: requirements

Timothy J. Baek 5 달 전
부모
커밋
7c0545fd39
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      backend/requirements.txt
  2. 1 0
      pyproject.toml

+ 1 - 0
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

+ 1 - 0
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",