mirror of https://github.com/MISP/PyMISP
Update pyproject.toml
Add publicsuffixlist optional package for URL Object, which has a more current list than pyfauppull/839/head
parent
cfded6e8bb
commit
91735bc4f2
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in New Issue