shell/windows: fix deps

This commit is contained in:
Oleksii Shevchuk 2019-04-02 20:56:45 +03:00
parent 22cea52fe4
commit b0ed834273
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class InteractiveShell(PupyModule):
io = REQUIRE_TERMINAL
dependencies = {
'windows': ['winpty.dll', 'winpty'],
'windows': ['winpty.dll', 'winpty', 'pupwinutils.security'],
'all': ['ptyshell'],
}