Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven committed Dec 13, 2023
1 parent 13b3a4b commit 26c8b9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions conf/processing.conf.default
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion modules/machinery/vsphere.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26c8b9b

Please sign in to comment.