2026-02-10 12:05:22 +09:00
|
|
|
# Core
|
|
|
|
|
fastapi==0.115.0
|
|
|
|
|
uvicorn[standard]==0.30.0
|
|
|
|
|
python-multipart==0.0.9
|
|
|
|
|
|
|
|
|
|
# Database (PostgreSQL 전용, async)
|
|
|
|
|
sqlalchemy[asyncio]==2.0.36
|
|
|
|
|
asyncpg==0.30.0
|
|
|
|
|
alembic==1.14.0
|
|
|
|
|
|
2026-02-10 12:36:01 +09:00
|
|
|
# Env
|
|
|
|
|
python-dotenv==1.0.1
|
|
|
|
|
|
2026-02-10 12:05:22 +09:00
|
|
|
# Auth
|
|
|
|
|
PyJWT==2.9.0
|
|
|
|
|
bcrypt==4.2.0
|
|
|
|
|
|
|
|
|
|
# Testing
|
|
|
|
|
pytest==8.2.2
|
|
|
|
|
pytest-asyncio==0.24.0
|
|
|
|
|
httpx==0.27.0
|