From 52e13af4c156af83df287f285e4914417a510e3b Mon Sep 17 00:00:00 2001 From: abiyasa05 Date: Mon, 9 Jun 2025 10:37:01 +0700 Subject: [PATCH] update: add library for backend fastapi --- Model LLM/fastapi-llama/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Model LLM/fastapi-llama/requirements.txt b/Model LLM/fastapi-llama/requirements.txt index fd1fd95..7859a04 100644 --- a/Model LLM/fastapi-llama/requirements.txt +++ b/Model LLM/fastapi-llama/requirements.txt @@ -1,4 +1,6 @@ fastapi==0.110.2 uvicorn[standard]==0.29.0 httpx==0.27.0 -pydantic==2.7.1 \ No newline at end of file +pydantic==2.7.1 +python-docx==1.1.0 +PyMuPDF==1.24.2 \ No newline at end of file