mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Added hcxtools as installed package.
This commit is contained in:
5
setup.py
5
setup.py
@ -87,7 +87,10 @@ setup(name='pwnagotchi',
|
|||||||
author_email='evilsocket@gmail.com',
|
author_email='evilsocket@gmail.com',
|
||||||
url='https://pwnagotchi.ai/',
|
url='https://pwnagotchi.ai/',
|
||||||
license='GPL',
|
license='GPL',
|
||||||
install_requires=required,
|
install_requires=[
|
||||||
|
required,
|
||||||
|
"hcxtools"
|
||||||
|
],
|
||||||
cmdclass={
|
cmdclass={
|
||||||
"install": CustomInstall,
|
"install": CustomInstall,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user