Add tldextract for improved domain extraction and add new tests for extract_domain function

This commit is contained in:
2025-04-16 13:32:31 +02:00
parent 8b50003eda
commit cd0f63d59a
3 changed files with 25 additions and 6 deletions

View File

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