Forráskód Böngészése

refac: remove unused dependency

Timothy J. Baek 6 hónapja
szülő
commit
0925c6b33b
2 módosított fájl, 0 hozzáadás és 4 törlés
  1. 0 2
      backend/requirements.txt
  2. 0 2
      pyproject.toml

+ 0 - 2
backend/requirements.txt

@@ -68,8 +68,6 @@ psutil
 
 opencv-python-headless==4.10.0.84
 rapidocr-onnxruntime==1.3.24
-
-fpdf2==2.7.9
 rank-bm25==0.2.2
 
 faster-whisper==1.0.3

+ 0 - 2
pyproject.toml

@@ -73,8 +73,6 @@ dependencies = [
 
     "opencv-python-headless==4.10.0.84",
     "rapidocr-onnxruntime==1.3.24",
-
-    "fpdf2==2.7.9",
     "rank-bm25==0.2.2",
 
     "faster-whisper==1.0.3",