fastapi
uvicorn[standard]
sqlalchemy>=2.0
greenlet  # SQLAlchemy async 의 sync/async 브리지에 필수 (일부 환경에서 자동 설치 누락됨)
asyncpg
python-jose[cryptography]
bcrypt
orjson
pydantic>=2.0
httpx  # agent(협상 에이전트) 호출용 async HTTP 클라이언트
