update: add library for backend fastapi

This commit is contained in:
abiyasa05 2025-06-09 10:37:01 +07:00
parent f7992f9462
commit 98924e3026

View File

@ -1,4 +1,6 @@
fastapi==0.110.2 fastapi==0.110.2
uvicorn[standard]==0.29.0 uvicorn[standard]==0.29.0
httpx==0.27.0 httpx==0.27.0
pydantic==2.7.1 pydantic==2.7.1
python-docx==1.1.0
PyMuPDF==1.24.2