From ac0ef7823e5e54b8267d26ce48eb1b6b1b613d13 Mon Sep 17 00:00:00 2001 From: Anghelo Carvajal Date: Sun, 6 Nov 2022 16:31:26 -0300 Subject: [PATCH] Add pyelftools back to `requirements.txt` (#1064) --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index d410bc8531..6b391b170a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,9 @@ colorama>=0.4.3 # disasm rabbitizer>=1.0.0,<2.0.0 +# Compression +pyelftools>=0.26 + # diff watchdog>=0.10.2 argcomplete