Initial commit: BTC Bot with dashboard, TA analysis, and 14 timeframes
This commit is contained in:
23
requirements.txt
Normal file
23
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user