chore: 폐쇄망 반입 준비 및 python 버전 일치

This commit is contained in:
2026-07-09 18:21:36 +09:00
parent c303040ae2
commit c43d18ceea
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -6,5 +6,7 @@ venv/
.pytest_cache/ .pytest_cache/
.ruff_cache/ .ruff_cache/
audit-log.jsonl audit-log.jsonl
# 폐쇄망 반입용 wheel 묶음 — 로컬 생성물, 레포에 커밋하지 않음
wheels/
# 워크스페이스(Coder) 안내 문서 — 이 레포 산출물 아님, 로컬에만 유지 # 워크스페이스(Coder) 안내 문서 — 이 레포 산출물 아님, 로컬에만 유지
MANUAL.md MANUAL.md

View File

@@ -5,4 +5,5 @@ httpx==0.28.1
jinja2==3.1.4 jinja2==3.1.4
python-multipart==0.0.20 python-multipart==0.0.20
pydantic-settings==2.7.1 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