From 6cd263f1f40c863a8076092a23a796404cd3eae5 Mon Sep 17 00:00:00 2001 From: ILSEON-RYU Date: Fri, 1 May 2026 10:01:15 +0900 Subject: [PATCH] =?UTF-8?q?requirements.txt=20=EC=8B=A4=EC=A0=9C=20?= =?UTF-8?q?=EC=9D=98=EC=A1=B4=EC=84=B1=EA=B3=BC=20=EC=9D=BC=EC=B9=98?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=A0=95=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - streamlit / urllib3 추가: 코드에서 import 하지만 누락돼있어 새 환경에서 서버 기동 자체가 실패하던 원인. - ccxt / dash 제거: 어디에서도 import 되지 않음 (잔재). - python-dotenv 버전 핀 추가, 파일 끝 개행 정리. Co-Authored-By: Claude Opus 4.7 (1M context) --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index db09bf8..e342e4a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -ccxt>=4.2.0 +streamlit>=1.30.0 pandas>=2.0.0 +numpy>=1.24.0 plotly>=5.18.0 -dash>=2.14.0 ta>=0.11.0 requests>=2.31.0 -numpy>=1.24.0 -python-dotenv \ No newline at end of file +python-dotenv>=1.0.0 +urllib3>=2.0.0