From 8cd14b1729e55adc0e961d8d83549ef5e7042a4c Mon Sep 17 00:00:00 2001 From: Gabriel Potter Date: Mon, 4 Jun 2018 11:27:39 +0200 Subject: [PATCH] Update scapy scapy-python3 is an unofficial fork that is getting very oudated (many bug fixes missing). Migrates to original and up-to-date scapy, which now supports both python 2 and 3 --- py3-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py3-requirements.txt b/py3-requirements.txt index 834e3af..d768638 100644 --- a/py3-requirements.txt +++ b/py3-requirements.txt @@ -1,2 +1,2 @@ -scapy-python3 +scapy>=2.4.0 -r common-requirements.txt