From 0925c6b33bab03d5eb538d73a6993cbb4dc7682b Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Sun, 3 Nov 2024 01:26:16 -0800 Subject: [PATCH] refac: remove unused dependency --- backend/requirements.txt | 2 -- pyproject.toml | 2 -- 2 files changed, 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 390078ef1..1b3408782 100644 --- a/backend/requirements.txt +++ b/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 diff --git a/pyproject.toml b/pyproject.toml index b631e153a..8864a8a85 100644 --- a/pyproject.toml +++ b/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",