Browse Source

chore: dependency

Timothy Jaeryang Baek 1 month ago
parent
commit
4b1899bfca
2 changed files with 2 additions and 0 deletions
  1. 1 0
      backend/requirements.txt
  2. 1 0
      pyproject.toml

+ 1 - 0
backend/requirements.txt

@@ -78,6 +78,7 @@ sentencepiece
 soundfile==0.13.1
 soundfile==0.13.1
 azure-ai-documentintelligence==1.0.0
 azure-ai-documentintelligence==1.0.0
 
 
+pillow==11.1.0
 opencv-python-headless==4.11.0.86
 opencv-python-headless==4.11.0.86
 rapidocr-onnxruntime==1.3.24
 rapidocr-onnxruntime==1.3.24
 rank-bm25==0.2.2
 rank-bm25==0.2.2

+ 1 - 0
pyproject.toml

@@ -84,6 +84,7 @@ dependencies = [
     "soundfile==0.13.1",
     "soundfile==0.13.1",
     "azure-ai-documentintelligence==1.0.0",
     "azure-ai-documentintelligence==1.0.0",
 
 
+    "pillow==11.1.0",
     "opencv-python-headless==4.11.0.86",
     "opencv-python-headless==4.11.0.86",
     "rapidocr-onnxruntime==1.3.24",
     "rapidocr-onnxruntime==1.3.24",
     "rank-bm25==0.2.2",
     "rank-bm25==0.2.2",