Add sgmllib3k dependency
All checks were successful
Test and build Docker image / docker (push) Successful in 1m39s

This commit is contained in:
Joakim Hellsén 2026-08-12 06:12:40 +02:00
commit cd9201d4ef
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk

View file

@ -17,6 +17,7 @@ dependencies = [
"python-multipart", "python-multipart",
"reader", "reader",
"sentry-sdk[fastapi]", "sentry-sdk[fastapi]",
"sgmllib3k",
"tldextract", "tldextract",
"uvicorn", "uvicorn",
] ]