Added hcxtools as installed package.

This commit is contained in:
Jeroen Oudshoorn
2024-01-23 11:42:47 +01:00
parent 1e9c9bae42
commit 30850b6530

View File

@ -87,7 +87,10 @@ setup(name='pwnagotchi',
author_email='evilsocket@gmail.com',
url='https://pwnagotchi.ai/',
license='GPL',
install_requires=required,
install_requires=[
required,
"hcxtools"
],
cmdclass={
"install": CustomInstall,
},