Add tldextract for improved domain extraction and add new tests for extract_domain function
This commit is contained in:
parent
8b50003eda
commit
cd0f63d59a
3 changed files with 25 additions and 6 deletions
|
|
@ -17,6 +17,7 @@ dependencies = [
|
|||
"python-multipart",
|
||||
"reader",
|
||||
"sentry-sdk[fastapi]",
|
||||
"tldextract",
|
||||
"uvicorn",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue