Skip to content

Commit 2b79c71

Browse files
authored
Update setup.py
1 parent fb364c0 commit 2b79c71

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

setup.py

+14
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,19 @@
4040
"hsfgen = hatsploit:gen_cli"
4141
]
4242
},
43+
install_requires=[
44+
'impacket',
45+
'packaging',
46+
'pyyaml',
47+
'flask',
48+
'flask_cors',
49+
'flask_restful',
50+
'pyngrok',
51+
'jsonrpclib',
52+
'hatasm @ git+https://github.com/EntySec/HatAsm',
53+
'pex @ git+https://github.com/EntySec/Pex',
54+
'colorscript @ git+https://github.com/EntySec/ColorScript',
55+
'pwny @ git+https://github.com/EntySec/Pwny',
56+
],
4357
zip_safe=False,
4458
)

0 commit comments

Comments
 (0)