chore: 폐쇄망 반입 준비 및 python 버전 일치
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,5 +6,7 @@ venv/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
audit-log.jsonl
|
||||
# 폐쇄망 반입용 wheel 묶음 — 로컬 생성물, 레포에 커밋하지 않음
|
||||
wheels/
|
||||
# 워크스페이스(Coder) 안내 문서 — 이 레포 산출물 아님, 로컬에만 유지
|
||||
MANUAL.md
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user