mirror of https://github.com/CIRCL/lookyloo
fix: Python 3.8 and 3.9 support.
parent
9b94bd150b
commit
887a8a1cd6
|
@ -884,6 +884,20 @@ files = [
|
|||
{file = "ete3-3.1.3.tar.gz", hash = "sha256:06a3b7fa8ed90187b076a8dbbe5b1b62acee94201d3c6e822f55f449601ef6f2"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "eval-type-backport"
|
||||
version = "0.2.0"
|
||||
description = "Like `typing._eval_type`, but lets older Python versions use newer typing features."
|
||||
optional = false
|
||||
python-versions = ">=3.8"
|
||||
files = [
|
||||
{file = "eval_type_backport-0.2.0-py3-none-any.whl", hash = "sha256:ac2f73d30d40c5a30a80b8739a789d6bb5e49fdffa66d7912667e2015d9c9933"},
|
||||
{file = "eval_type_backport-0.2.0.tar.gz", hash = "sha256:68796cfbc7371ebf923f03bdf7bef415f3ec098aeced24e054b253a0e78f7b37"},
|
||||
]
|
||||
|
||||
[package.extras]
|
||||
tests = ["pytest"]
|
||||
|
||||
[[package]]
|
||||
name = "exceptiongroup"
|
||||
version = "1.2.2"
|
||||
|
@ -1632,19 +1646,20 @@ referencing = ">=0.31.0"
|
|||
|
||||
[[package]]
|
||||
name = "lacuscore"
|
||||
version = "1.10.2"
|
||||
version = "1.10.3"
|
||||
description = "Core of Lacus, usable as a module"
|
||||
optional = false
|
||||
python-versions = "<4.0,>=3.8"
|
||||
files = [
|
||||
{file = "lacuscore-1.10.2-py3-none-any.whl", hash = "sha256:26b99b2821c26c38fe8387f94997d95b0578a414feea457c5ca5c800446d2df4"},
|
||||
{file = "lacuscore-1.10.2.tar.gz", hash = "sha256:1fbd4d12fd9c865609d2aaf33cd085a2b49638e7fd9db9430c19fb7bb24c323d"},
|
||||
{file = "lacuscore-1.10.3-py3-none-any.whl", hash = "sha256:789d8c23945a98be05288e86cf2b443d8f6495b32cf1a1e1085d09b2f23508d3"},
|
||||
{file = "lacuscore-1.10.3.tar.gz", hash = "sha256:8c5a209fbfee56ed1935c644379ce91a0db7e01415b32aa3134df7430dccac32"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
async-timeout = {version = ">=4.0.3,<5.0.0", markers = "python_version < \"3.11\""}
|
||||
defang = ">=0.5.3,<0.6.0"
|
||||
dnspython = ">=2.6.1,<3.0.0"
|
||||
eval-type-backport = {version = ">=0.2.0,<0.3.0", markers = "python_version < \"3.10\""}
|
||||
playwrightcapture = {version = ">=1.25.6,<2.0.0", extras = ["recaptcha"]}
|
||||
pydantic = ">=2.8.2,<3.0.0"
|
||||
redis = {version = ">=5.0.7,<6.0.0", extras = ["hiredis"]}
|
||||
|
@ -4305,4 +4320,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools",
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = ">=3.8.1,<3.13"
|
||||
content-hash = "ae78e53ae65da324f3f446898b04d114b2ffa96fce6c76816ce1830536761a0d"
|
||||
content-hash = "2f9c066fce26c5045471423df9895d796f5c53e81fe03d74068d6e0e3a050671"
|
||||
|
|
|
@ -67,7 +67,7 @@ passivetotal = "^2.5.9"
|
|||
werkzeug = "^3.0.3"
|
||||
filetype = "^1.2.0"
|
||||
pypandora = "^1.9.0"
|
||||
lacuscore = "^1.10.2"
|
||||
lacuscore = "^1.10.3"
|
||||
pylacus = "^1.10.0"
|
||||
pyipasnhistory = "^2.1.2"
|
||||
publicsuffixlist = "^1.0.2.20240719"
|
||||
|
|
Loading…
Reference in New Issue