From d675b3d0dd703280984b4f8ef42d8ede88ad729a Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Tue, 23 Jan 2024 11:46:50 +0100 Subject: [PATCH] Added hcxtools as installed package. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index b29a12ec..0e187ef8 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,6 @@ setup(name='pwnagotchi', license='GPL', install_requires=[ required, - "hcxtools" ], cmdclass={ "install": CustomInstall,