Support macOS (#273)

Upgrade scapy to version 2.4.3 and above.
This commit fixes IndexError that was raised when running
kube-hunter from macOS.

Resolves #262
This commit is contained in:
Yehuda Chikvashvili
2019-11-05 12:53:44 +02:00
committed by Itay Shakury
parent 8cc90db8f5
commit efd23433ff

View File

@@ -1,7 +1,7 @@
enum34 ; python_version<='3.4'
netaddr
netifaces
scapy==2.4.3rc1
scapy>=2.4.3
requests
PrettyTable
urllib3>=1.24.2,<1.25