CoolFace
Apppublic

diegobeyl/backtesting

sourceHugging Faceupdated 8mo agoView on Hugging Face
2likes
requirements.docker.txt36 linesDownload Raw Back to root
1# Backtesting App V2 - Docker Requirements (Linux compatible)2 3# Core dependencies4fastapi>=0.104.05uvicorn>=0.24.06pydantic>=2.0.07# MetaTrader5>=5.0.45  # Comentado - solo funciona en Windows/macOS8backtesting>=0.3.39pandas>=2.0.010numpy>=1.24.011plotly>=5.18.012streamlit>=1.52.013yfinance14ccxt15websockets>=12.016watchdog>=3.0.017 18# V2 - Environment & Configuration19python-dotenv>=1.0.020 21# V2 - Rate Limiting22slowapi>=0.1.923 24# V2 - Enhanced Caching25diskcache>=5.6.326 27# V2 - Structured Logging28python-json-logger>=2.0.729 30# Additional dependencies for API31requests>=2.31.032aiohttp>=3.9.033 34# Type hints35typing-extensions>=4.8.036