- Flask/SQLAlchemy app with profile, dashboard, recommendations - AI crawl pipeline (GPT-4o) with admin review workflow - 14 curated health sources (RSS + index crawling) - Production config: env vars, Gunicorn, systemd, nginx - deploy/ scripts for VPS setup and updates Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
216 B
Plaintext
13 lines
216 B
Plaintext
Flask==3.0.3
|
|
Flask-SQLAlchemy==3.1.1
|
|
Flask-Login==0.6.3
|
|
Werkzeug==3.0.3
|
|
openai>=1.30.0
|
|
requests>=2.31.0
|
|
beautifulsoup4>=4.12.0
|
|
APScheduler>=3.10.0
|
|
feedparser>=6.0.11
|
|
gunicorn>=22.0.0
|
|
python-dotenv>=1.0.0
|
|
lxml>=5.0.0
|