Quellcode durchsuchen

chore: requirements

Timothy J. Baek vor 5 Monaten
Ursprung
Commit
7c0545fd39
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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",