Initial commit: BTC Bot with dashboard, TA analysis, and 14 timeframes

This commit is contained in:
BTC Bot
2026-02-11 22:27:51 +01:00
commit 933537d759
32 changed files with 4689 additions and 0 deletions

23
requirements.txt Normal file
View File

@ -0,0 +1,23 @@
websockets>=11.0,<13.0
asyncio-mqtt>=0.13
python-dotenv>=1.0.0
pyyaml>=6.0
asyncpg>=0.29.0
psycopg2-binary>=2.9.9
SQLAlchemy>=2.0.0
pandas>=2.0.0
numpy>=1.24.0
aiohttp>=3.8.0
aiofiles>=23.0.0
web3>=6.0.0
fastapi>=0.104.0
uvicorn>=0.24.0
python-multipart>=0.0.6
jinja2>=3.1.0
python-json-logger>=2.0.7
structlog>=23.0.0
rich>=13.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dateutil>=2.8.0
schedule>=1.2.0