mirror of https://github.com/n1nj4sec/pupy.git
shell/windows: fix deps
This commit is contained in:
parent
22cea52fe4
commit
b0ed834273
|
@ -21,7 +21,7 @@ class InteractiveShell(PupyModule):
|
|||
io = REQUIRE_TERMINAL
|
||||
|
||||
dependencies = {
|
||||
'windows': ['winpty.dll', 'winpty'],
|
||||
'windows': ['winpty.dll', 'winpty', 'pupwinutils.security'],
|
||||
'all': ['ptyshell'],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue