# Restaurant Review Cross-Check Skill Dependencies

# Web scraping
requests>=2.31.0
beautifulsoup4>=4.12.0
lxml>=4.9.0

# Browser automation (for real data fetching)
playwright>=1.40.0

# Data processing
pandas>=2.0.0
numpy>=1.24.0

# Fuzzy matching
thefuzz>=0.3.1

# HTTP requests with retries
urllib3>=2.0.0

# Optional: Proxy rotation
# requests-socks>=0.1.0
