# Outreach OS engine dependencies.
# Install with:  pip3 install -r requirements.txt
# Then, for LinkedIn dispatch only:  python3 -m playwright install chromium

requests            # Hunter / Apollo / Apify HTTP clients
beautifulsoup4      # lightweight web research / page parsing
apify-client        # LinkedIn employee finder + comment harvest (optional, needs Apify key)
playwright          # LinkedIn connect dispatch via headless Chromium

# Reply drafting upgrades to the Claude API are optional; the heuristic
# drafter works without it. To enable, also: pip3 install anthropic
