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",