From 918e11bac4e1a207da0841c81a85112067462d1b Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 10 Nov 2023 00:31:00 +0100 Subject: [PATCH] there are more requirements in all python scripts in this folder.\nneeds to be added if this file shall be relevant --- tools/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index b6be80271..23141093d 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,3 +1,4 @@ ansicolors==1.1.8 sslcrypto==5.3 -pexpect==4.8.0 \ No newline at end of file +pexpect==4.8.0 +bitstring==4.1.2 \ No newline at end of file