From 465023b64d0b3c30bd017abeab8697bebdcf9685 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Wed, 14 Apr 2021 13:17:03 +0300 Subject: [PATCH] Removed cryptography dependency from infection monkey agent dependencies and added eggs to git dependencies --- monkey/infection_monkey/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/monkey/infection_monkey/requirements.txt b/monkey/infection_monkey/requirements.txt index bd08ec186..e67dd8927 100644 --- a/monkey/infection_monkey/requirements.txt +++ b/monkey/infection_monkey/requirements.txt @@ -1,8 +1,7 @@ -cryptography==2.5 WinSys-3.x>=0.5.2 cffi>=1.14 ecdsa==0.15 -git+https://github.com/guardicore/pyinstaller +git+https://github.com/guardicore/pyinstaller#egg=pyinstaller impacket>=0.9 ipaddress>=1.0.23 netifaces>=0.10.9 @@ -18,5 +17,5 @@ pysmb==1.2.5 requests>=2.24 wmi==1.5.1 ; sys_platform == 'win32' urllib3==1.25.8 -git+https://github.com/guardicode/ScoutSuite +git+https://github.com/guardicode/ScoutSuite#egg=ScoutSuite simplejson