fix(lotto): grade_weekly_review import용 httpx 의존성 추가
운영 사이트 nginx emerg 'host not found in upstream lotto'의 진짜 원인은 lotto 컨테이너 자체가 ModuleNotFoundError: httpx로 시작 실패한 것이었음. grade_weekly_review.py가 httpx를 import하는데 requirements 에서 누락. 재빌드 시 컨테이너 정상 부팅 가능. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
fastapi==0.115.6
|
||||
uvicorn[standard]==0.30.6
|
||||
requests==2.32.3
|
||||
httpx==0.27.2
|
||||
beautifulsoup4==4.12.3
|
||||
APScheduler==3.10.4
|
||||
|
||||
Reference in New Issue
Block a user