-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
23 lines (19 loc) · 1.15 KB
/
requirements.txt
File metadata and controls
23 lines (19 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# maxym-ai-ads — Python dependencies
# Bounded version pinning with security-conscious minimums
# Last updated: 2026-04-21
# Core — landing page analysis, brand screenshots
requests>=2.32.4,<3.0.0 # CVE-2024-47081, CVE-2024-35195 fixes
playwright>=1.56.0,<2.0.0 # CVE-2025-59288 fix (macOS); used by ads-dna screenshots
urllib3>=2.6.3,<3.0.0 # CRITICAL: CVE-2026-21441 (CVSS 8.9), CVE-2025-66418
# Image validation — format-adapter agent
Pillow>=11.0.0,<13.0.0 # Image dimension validation
# PDF report generation — generate_report.py + generate_ads_pdf.py
reportlab>=4.0,<5.0.0 # PDF layout and rendering
matplotlib>=3.8.0,<4.0.0 # Health score gauge and platform bar charts
# Image generation: banana-claude is the default provider (no pip packages needed).
# The packages below are only required when using generate_image.py fallback directly.
#
# google-genai>=1.16.0,<2.0.0 # Gemini (only for generate_image.py fallback)
# openai>=1.75.0,<2.0.0 # OpenAI gpt-image-1
# stability-sdk>=0.8.4,<1.0.0 # Stability AI SD 3.5
# replicate>=1.0.4,<2.0.0 # Replicate / FLUX.1 Pro