Files
polymarket-whale-watcher/requirements.txt
T
SII-leiyuandClaude 0254e2c01a Initial commit: Polymarket Whale Watcher
- 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>
2026-01-07 15:41:05 +08:00

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