fix: add pypdfium2 to requirements.txt for CI

pypdfium2 is imported in analysis_service for PDF page counting
(batch feature #56) but was missing from requirements.txt, causing
CI collection errors on all 4 test modules.
This commit is contained in:
Pier-Jean Malandrino 2026-04-08 10:14:39 +02:00
parent a1ed48fb6f
commit 459a720e77

View file

@ -6,3 +6,4 @@ pdf2image>=1.17.0,<2.0.0
pillow>=10.0.0,<11.0.0
aiosqlite>=0.20.0,<1.0.0
httpx>=0.27.0,<1.0.0
pypdfium2>=4.0.0,<5.0.0