Skip to content

Commit

Permalink
Agent: Remove disused paramiko dependency
Browse files Browse the repository at this point in the history
This was missed in #3170
  • Loading branch information
mssalvatore committed Nov 15, 2023
1 parent 2161257 commit 77a59d8
Show file tree
Hide file tree
Showing 2 changed files with 265 additions and 329 deletions.
1 change: 0 additions & 1 deletion monkey/infection_monkey/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ urllib3 = "==1.26.5"
pywin32-ctypes = {version = "*", sys_platform = "== 'win32'"} # Pyinstaller requirement on windows
pywin32 = {version = "*", sys_platform = "== 'win32'"} # Lock file is not created with sys_platform win32 requirement if not explicitly specified
pefile = {version = "*", sys_platform = "== 'win32'"} # Pyinstaller requirement on windows
paramiko = ">=3.1.0"
pypubsub = "*"
pydantic = "==2.4.2"
egg-timer = "*"
Expand Down
Loading

0 comments on commit 77a59d8

Please sign in to comment.