10 lines
293 B
Plaintext
10 lines
293 B
Plaintext
# 런타임 의존성 (폐쇄망 반입 위해 버전 고정)
|
|
fastapi==0.115.6
|
|
uvicorn[standard]==0.34.0
|
|
httpx==0.28.1
|
|
jinja2==3.1.4
|
|
python-multipart==0.0.20
|
|
pydantic-settings==2.7.1
|
|
# psycopg 3.3.x는 Python 3.10+ 전용 → 대상 서버(Py3.9)용으로 3.2.x 고정
|
|
psycopg[binary]==3.2.13
|