feat: 모바일 반응형 + 변환 타임아웃 설정

This commit is contained in:
root
2026-04-23 02:33:57 +09:00
parent 248ac1deea
commit 4af1279a08
9 changed files with 967 additions and 1022 deletions

View File

@@ -6,7 +6,7 @@ redis==5.0.8
faster-whisper==1.0.3
aiofiles==23.2.1
# 인증 (bcrypt 제거 — 직접 비교 방식 사용)
# 인증
python-jose[cryptography]==3.3.0
# PaddleOCR 3.x
@@ -19,3 +19,6 @@ httpx>=0.27.0
# Excel 출력
openpyxl==3.1.2
Pillow>=10.0.0
# 시스템 모니터링
psutil>=5.9.0