Added hcxtools as installed package.

This commit is contained in:
Jeroen Oudshoorn
2024-01-23 11:46:50 +01:00
parent 30850b6530
commit d675b3d0dd

View File

@ -89,7 +89,6 @@ setup(name='pwnagotchi',
license='GPL',
install_requires=[
required,
"hcxtools"
],
cmdclass={
"install": CustomInstall,