Merge pull request #183602 from 06kellyjac/kube-hunter

kube-hunter: trim unnecessary dependency
This commit is contained in:
Sandro
2022-07-29 22:18:33 +02:00
committed by GitHub
@@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
netaddr
netifaces
scapy
requests
prettytable
urllib3