Skip to content

Commit 9320d7e

Browse files
committed
chore(deps): declare aiohttp and pillow as dev deps
Both were only present transitively (via litellm). Pinning them explicitly lets us drop the unused LLM tooling from the venv without breaking tools/loadtest.py or tests/evals/render/render_eval.py.
1 parent d51f788 commit 9320d7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

requirements-dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ pytest>=9.0.3
33
pytest-cov>=7.1.0
44
ruff>=0.15.10
55
python-dotenv>=1.2.2
6+
aiohttp>=3.13
7+
pillow>=12.1

0 commit comments

Comments
 (0)