# Koinkamu - Crypto Trading Analysis & Prediction # Phase 1: Foundation # Flask & Web flask>=3.0.0 flask-sqlalchemy>=3.1.0 flask-cors>=4.0.0 flask-login>=0.6.3 # Database pymysql>=1.1.0 cryptography>=41.0.0 # Data Processing pandas>=2.1.0 numpy>=1.26.0 # HTTP & API requests>=2.31.0 yfinance>=1.2.0 # Machine Learning (Phase 3 + v2 Overhaul) scikit-learn>=1.4.0 xgboost>=2.0.0 lightgbm>=4.0.0 catboost>=1.2.0 scipy>=1.11.0 joblib>=1.3.0 optuna>=3.5.0 shap>=0.44.0 PyWavelets>=1.5.0 # Background Scheduler apscheduler>=3.10.0 # WSGI Server (production) gunicorn>=21.2.0 # Markdown rendering mistune>=3.0.0 # Utilities python-dotenv>=1.0.0 python-dateutil>=2.8.2