chg: Use packaged version of pylookyloomonitoring

monitoring
Raphaël Vinot 2023-02-28 16:53:34 +01:00
parent dae70597ae
commit 3ffad5a926
2 changed files with 8 additions and 12 deletions

18
poetry.lock generated
View File

@ -2191,22 +2191,18 @@ version = "0.1.0"
description = "Python API to connect to lookyloo monitoring"
category = "main"
optional = false
python-versions = "^3.8"
files = []
develop = false
python-versions = ">=3.8,<4.0"
files = [
{file = "pylookyloomonitoring-0.1.0-py3-none-any.whl", hash = "sha256:2050f16d0ae169f6cf1ab035ccb3f5429e2ed66a9ec18aa89fb4f7b66fc6abce"},
{file = "pylookyloomonitoring-0.1.0.tar.gz", hash = "sha256:24de1a57427374f16df43c9799eec66927ab07247444df7dd3412ec3e7e2f5bd"},
]
[package.dependencies]
requests = "^2.28.2"
requests = ">=2.28.2,<3.0.0"
[package.extras]
docs = ["Sphinx (>=6.1.3,<7.0.0)"]
[package.source]
type = "git"
url = "https://github.com/Lookyloo/PyLookylooMonitoring.git"
reference = "HEAD"
resolved_reference = "040e9ab566a5743d09d6a432f26903b29d8d7904"
[[package]]
name = "pymisp"
version = "2.4.168"
@ -3192,4 +3188,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more
[metadata]
lock-version = "2.0"
python-versions = ">=3.8,<3.12"
content-hash = "db49c80f47812a8f3ce8fe232447a3e8f7afd8a7a64d331d008393986a2d3703"
content-hash = "474a54f3a20dfd68e0ad42046a100ec0676e0429d4160c8db2483a2eb084fa9b"

View File

@ -72,7 +72,7 @@ publicsuffixlist = "^0.9.3"
pyfaup = "^1.2"
chardet = "^5.1.0"
pysecuritytxt = "^1.0.1"
pylookyloomonitoring = {git = "https://github.com/Lookyloo/PyLookylooMonitoring.git"}
pylookyloomonitoring = "^0.1.0"
[tool.poetry.group.dev.dependencies]
mypy = "^1.0.1"