From d7f70bc82a190e75fccba2996a242ea553cf6915 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 14:04:19 +0900 Subject: [PATCH] =?UTF-8?q?Cleanup:=20Deleting=2003.Code/=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=EC=9A=A9/requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 03.Code/업로드용/requirements.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 03.Code/업로드용/requirements.txt diff --git a/03.Code/업로드용/requirements.txt b/03.Code/업로드용/requirements.txt deleted file mode 100644 index 09f01fe..0000000 --- a/03.Code/업로드용/requirements.txt +++ /dev/null @@ -1,27 +0,0 @@ -# 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