|
fix: declare pillow — PIL is imported directly (agent.py, image_view.py)
Pillow reached local dev venvs transitively via unrelated dev packages (CairoSVG, matplotlib, reportlab), masking a missing direct dependency. On a fresh install the server crashed at import: ModuleNotFoundError: No module named 'PIL'. |
|---|
|
|
| pyproject.toml |
|---|