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
commit 664ed4d1da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,6 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [
netaddr
netifaces
scapy
requests
prettytable
urllib3