# Customer Research & Validation Dependencies
# Install with: pip install -r requirements.txt

# Reddit API (free tier)
praw>=7.7.0

# Web scraping
beautifulsoup4>=4.12.0
requests>=2.31.0

# Sentiment analysis (uses free TextBlob)
textblob>=0.17.0

# Optional: Selenium for JavaScript-heavy sites
# selenium>=4.15.0

# Note: First-time TextBlob users should run:
#   python -m textblob.download_corpora
# This downloads the necessary NLTK corpora for sentiment analysis
