requirements.txt 실제 의존성과 일치하도록 정리
- streamlit / urllib3 추가: 코드에서 import 하지만 누락돼있어 새 환경에서 서버 기동 자체가 실패하던 원인. - ccxt / dash 제거: 어디에서도 import 되지 않음 (잔재). - python-dotenv 버전 핀 추가, 파일 끝 개행 정리. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+4
-4
@@ -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
|
||||
python-dotenv>=1.0.0
|
||||
urllib3>=2.0.0
|
||||
|
||||
Reference in New Issue
Block a user