From 26c8b9bc0a84735802ac76ddc3e91c2ebceffd3f Mon Sep 17 00:00:00 2001 From: doomedraven Date: Wed, 13 Dec 2023 21:57:20 +0100 Subject: [PATCH] sync --- conf/processing.conf.default | 3 +-- modules/machinery/vsphere.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/conf/processing.conf.default b/conf/processing.conf.default index 76c7d730870..2e3d6d9a211 100644 --- a/conf/processing.conf.default +++ b/conf/processing.conf.default @@ -219,8 +219,7 @@ userdb_signature = no # https://capev2.readthedocs.io/en/latest/usage/patterns_replacement.html replace_patterns = no -# Deduplicate screenshots -# You need to install dependency ImageHash>=4.2.1 +# Deduplicate screenshots - You need to install dependency ImageHash>=4.3.1 [deduplication] # # Available hashs functions: diff --git a/modules/machinery/vsphere.py b/modules/machinery/vsphere.py index 781c3594d90..44d1484eb04 100644 --- a/modules/machinery/vsphere.py +++ b/modules/machinery/vsphere.py @@ -21,7 +21,7 @@ HAVE_PYVMOMI = True except ImportError: HAVE_PYVMOMI = False - sys.exit("Missed library: pip3 install pyvmomi") + sys.exit("Missed library: poetry run pip install pyvmomi") log = logging.getLogger(__name__) logging.getLogger("requests").setLevel(logging.WARNING) diff --git a/pyproject.toml b/pyproject.toml index 820221fcc66..ee382e55d58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ yara-python = "4.3.1" netstruct = "1.1.2" pymongo = ">=4.0.1" psutil = "5.8.0" -# ImageHash = "4.2.1" +# ImageHash = "4.3.1" LnkParse3 = "1.2.0" cachetools = "^5.3.0" django-allauth = "0.54.0" # https://django-allauth.readthedocs.io/en/latest/configuration.html