# ── Core ────────────────────────────────────────────────────────────────────── pydantic>=2.0 python-dotenv>=1.0 requests>=2.31 # ── Scrapers ────────────────────────────────────────────────────────────────── praw>=7.7 # Reddit API tweepy>=4.14 # Twitter API v2 google-api-python-client>=2.100 # YouTube Data API v3 feedparser>=6.0 # RSS feed parsing beautifulsoup4>=4.12 # HTML parsing # ── Image ───────────────────────────────────────────────────────────────────── Pillow>=10.0 # ── OAuth Server & UI Backend ─────────────────────────────────────────────────── Flask>=3.0 Flask-Cors>=4.0 Werkzeug>=3.0 SQLAlchemy>=2.0 PyMySQL>=1.1 # ── Notebook ────────────────────────────────────────────────────────────────── jupyter>=1.0 ipywidgets>=8.0 # ── Retry ───────────────────────────────────────────────────────────────────── tenacity>=8.2 # ── Testing ─────────────────────────────────────────────────────────────────── pytest>=7.4