tradusai/requirements.txt
2025-12-02 22:54:03 +08:00

30 lines
601 B
Plaintext

# WebSocket client
websockets==12.0
# Redis async client (includes aioredis functionality)
redis[hiredis]==5.0.1
# Configuration management (use pre-built wheels)
pydantic>=2.0,<3.0
pydantic-settings>=2.0,<3.0
# Environment variables
python-dotenv==1.0.0
# Fast JSON serialization
orjson==3.9.10
# Data analysis and technical indicators
pandas==2.1.4
numpy==1.26.2
ta==0.11.0
# LLM clients (optional - only if you want LLM decision making)
anthropic==0.40.0
openai==1.58.1
# HTTP client for notifications
requests==2.31.0
# Note: asyncio is part of Python standard library, no need to install