Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
enty8080 authored Aug 2, 2024
1 parent fb364c0 commit 2b79c71
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,19 @@
"hsfgen = hatsploit:gen_cli"
]
},
install_requires=[
'impacket',
'packaging',
'pyyaml',
'flask',
'flask_cors',
'flask_restful',
'pyngrok',
'jsonrpclib',
'hatasm @ git+https://github.com/EntySec/HatAsm',
'pex @ git+https://github.com/EntySec/Pex',
'colorscript @ git+https://github.com/EntySec/ColorScript',
'pwny @ git+https://github.com/EntySec/Pwny',
],
zip_safe=False,
)

0 comments on commit 2b79c71

Please # to comment.