From c43d18ceeaa620499de4970886be62b0c9528d61 Mon Sep 17 00:00:00 2001 From: Hyemin Lee Date: Thu, 9 Jul 2026 18:21:36 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=8F=90=EC=87=84=EB=A7=9D=20?= =?UTF-8?q?=EB=B0=98=EC=9E=85=20=EC=A4=80=EB=B9=84=20=EB=B0=8F=20python=20?= =?UTF-8?q?=EB=B2=84=EC=A0=84=20=EC=9D=BC=EC=B9=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c656b8..4194782 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,7 @@ venv/ .pytest_cache/ .ruff_cache/ audit-log.jsonl +# 폐쇄망 반입용 wheel 묶음 — 로컬 생성물, 레포에 커밋하지 않음 +wheels/ # 워크스페이스(Coder) 안내 문서 — 이 레포 산출물 아님, 로컬에만 유지 MANUAL.md diff --git a/requirements.txt b/requirements.txt index 2a0f762..b652c63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ httpx==0.28.1 jinja2==3.1.4 python-multipart==0.0.20 pydantic-settings==2.7.1 -psycopg[binary]==3.3.4 +# psycopg 3.3.x는 Python 3.10+ 전용 → 대상 서버(Py3.9)용으로 3.2.x 고정 +psycopg[binary]==3.2.13