Files
tradeing/requirements.txt
T
ILSEON-RYU 6cd263f1f4 requirements.txt 실제 의존성과 일치하도록 정리
- streamlit / urllib3 추가: 코드에서 import 하지만 누락돼있어 새 환경에서
  서버 기동 자체가 실패하던 원인.
- ccxt / dash 제거: 어디에서도 import 되지 않음 (잔재).
- python-dotenv 버전 핀 추가, 파일 끝 개행 정리.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 10:01:15 +09:00

9 lines
125 B
Plaintext

streamlit>=1.30.0
pandas>=2.0.0
numpy>=1.24.0
plotly>=5.18.0
ta>=0.11.0
requests>=2.31.0
python-dotenv>=1.0.0
urllib3>=2.0.0