# Discord Bot for ClaudeTools
# Python 3.11+

discord.py==2.3.2

claude-agent-sdk==0.1.72

pydantic>=2.11.0
pydantic-settings>=2.5.2

aiofiles>=23.2.1
python-dotenv>=1.0.0
structlog>=24.1.0

# Browser automation for bot-blocked web research (scripts/web-fetch-chrome.py).
# Drives the system-installed Chrome via channel="chrome" — no `playwright install`
# (no bundled Chromium download) needed.
playwright>=1.60.0
