From 9929be828e863c13c11011d8841fa99544db464b Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Fri, 9 Aug 2019 15:00:58 +0200 Subject: [PATCH] Add scapy as requirement I use this generally for network tests. Version 2.4.3 includes the MQTT-SN support I provided to the scapy project. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6e09dd7e..478067b5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ pyserial==3.4 ed25519==1.4 cbor==1.0.0 cryptography==2.6.1 +scapy>=2.4.3