- Add trade monitoring and whale detection system - Add LLM-powered trade analysis - Add market data fetching from Polymarket API - Include example environment configuration - Add automated report generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
13 lines
190 B
Plaintext
13 lines
190 B
Plaintext
# Core dependencies
|
|
httpx>=0.27.0
|
|
pydantic>=2.0.0
|
|
pydantic-settings>=2.0.0
|
|
python-dotenv>=1.0.0
|
|
|
|
# AI/LLM (Google Gemini)
|
|
google-genai>=1.0.0
|
|
|
|
# CLI and formatting
|
|
rich>=13.0.0
|
|
typer>=0.9.0
|