deploy: 2026-03-20 07:49

This commit is contained in:
ufo6849
2026-03-20 07:49:42 +09:00
commit d14a8bab04
73 changed files with 76534 additions and 0 deletions

33
requirements.txt Normal file
View File

@@ -0,0 +1,33 @@
# Core
ccxt>=4.0.0
pandas>=2.0.0
numpy>=1.24.0
# ICT Indicators
smartmoneyconcepts>=0.0.20
# Async
aiohttp>=3.9.0
# Configuration
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
# Database
aiosqlite>=0.19.0
# Notification
python-telegram-bot>=20.0
# Dashboard
streamlit>=1.30.0
plotly>=5.18.0
# Backtest
matplotlib>=3.8.0
# Logging
loguru>=0.7.0
# Scheduling
apscheduler>=3.10.0