From 9cbed365d183cbe5dd7fcbc67dbfe00b5f7068f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B2=BD=EB=AF=BC?= Date: Thu, 19 Mar 2026 08:55:55 +0900 Subject: [PATCH] Upload requirements.txt --- 03.Code/업로드용/requirements.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 03.Code/업로드용/requirements.txt diff --git a/03.Code/업로드용/requirements.txt b/03.Code/업로드용/requirements.txt new file mode 100644 index 0000000..09f01fe --- /dev/null +++ b/03.Code/업로드용/requirements.txt @@ -0,0 +1,27 @@ +# Web framework +flask>=3.0.0 +python-dotenv>=1.0.0 + +# AI APIs +openai>=1.0.0 +google-genai>=1.0.0 +anthropic>=0.20.0 + +# Document processing +pdfplumber +pymupdf +pandas +openpyxl +pillow +pytesseract +python-docx + +# RAG / Vector search +faiss-cpu +numpy + +# HTML PDF +weasyprint + +psycopg2-binary +gunicorn