From 4b1899bfcacd3bbefd9233da10f3d1dd196a6c84 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 14 Mar 2025 12:35:33 +0000 Subject: [PATCH] chore: dependency --- backend/requirements.txt | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/backend/requirements.txt b/backend/requirements.txt index b735589bf..ca2ea5060 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -78,6 +78,7 @@ sentencepiece soundfile==0.13.1 azure-ai-documentintelligence==1.0.0 +pillow==11.1.0 opencv-python-headless==4.11.0.86 rapidocr-onnxruntime==1.3.24 rank-bm25==0.2.2 diff --git a/pyproject.toml b/pyproject.toml index d632ba9bd..2e8537a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,6 +84,7 @@ dependencies = [ "soundfile==0.13.1", "azure-ai-documentintelligence==1.0.0", + "pillow==11.1.0", "opencv-python-headless==4.11.0.86", "rapidocr-onnxruntime==1.3.24", "rank-bm25==0.2.2",