Update pyproject.toml

Add publicsuffixlist optional package for URL Object, which has a more current list than pyfaup
pull/839/head
Steven 2022-06-16 11:37:02 +02:00 committed by GitHub
parent cfded6e8bb
commit 91735bc4f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ sphinx-autodoc-typehints = {version = "^1.18.2", optional = true}
recommonmark = {version = "^0.7.1", optional = true}
reportlab = {version = "^3.6.10", optional = true}
pyfaup = {version = "^1.2", optional = true}
publicsuffixlist = {version = "^0.7.13", optional = true}
chardet = {version = "^4.0.0", optional = true}
urllib3 = {extras = ["brotli"], version = "^1.26.9", optional = true}