From cd9201d4efe760666bbf7f231113198de234f13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Wed, 12 Aug 2026 06:12:40 +0200 Subject: [PATCH] Add sgmllib3k dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ae534e4..d485338 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ dependencies = [ "python-multipart", "reader", "sentry-sdk[fastapi]", + "sgmllib3k", "tldextract", "uvicorn", ]