Updated setup.py

main
byt3bl33d3r 2016-06-25 11:09:48 -06:00
parent 53b49a7c3a
commit 04da664df7
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@ setup(name='crackmapexec',
'pycrypto',
'pyasn1',
'termcolor',
'requests'
'requests',
'msgpack-python'
],
dependency_links = ['https://github.com/CoreSecurity/impacket/archive/master.zip#egg=impacket-0.9.15dev0'],
entry_points = {