docs(migration): Finalize Competitor Analysis migration lessons and code

This commit is contained in:
2026-01-10 18:26:23 +01:00
parent 361940530f
commit 5da5ba56d5
3 changed files with 138 additions and 795 deletions

View File

@@ -1,7 +1,5 @@
fastapi==0.104.1
uvicorn==0.24.0.post1
python-dotenv==1.0.0
google-generativeai==0.3.0
# The frontend uses jspdf and jspdf-autotable, but these are JS libraries, not Python. No direct Python equivalent is needed unless PDF generation moves to backend.
# google-genai (newer SDK) might be needed if using Imagen 4 or Gemini 2.x features.
# Pillow for image processing.
google-genai
# The frontend uses jspdf and jspdf-autotable, but these are JS libraries, not Python.