py: fix dependencies list

This commit is contained in:
Oleksii Shevchuk 2019-07-05 12:28:31 +03:00
parent 09e867b0ec
commit 841f232385
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ def pack_py_payload(display, conf, debug=False):
dependencies.importer((
'rpyc', 'pyasn1', 'rsa', 'pyaes',
'netaddr', 'tinyec', 'umsgpack',
'poster', 'win_inet_pton')),
'poster', 'win_inet_pton', 'http_parser', 'ntlm'), ignore_native=True
),
dependencies.importer('network', path=ROOT)
]) + '\n'
)