Files
polymarket-whale-watcher/requirements.txt
T

23 lines
334 B
Plaintext
Raw Normal View History

2026-01-07 15:41:05 +08:00
# Core dependencies
httpx>=0.27.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0
2026-04-06 14:41:05 +08:00
# AI/LLM (OpenAI-compatible API)
openai>=1.0.0
# Web search fallback
duckduckgo-search>=7.0.0
2026-01-07 15:41:05 +08:00
# CLI and formatting
rich>=13.0.0
typer>=0.9.0
2026-04-06 14:41:05 +08:00
# Telegram channel monitoring
telethon>=1.36.0
# Dashboard
fastapi>=0.100.0
uvicorn>=0.20.0