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