From 310101cfd7cf7ad4f71e83c090a6cc8d734ece51 Mon Sep 17 00:00:00 2001 From: Tim Ansell Date: Mon, 15 Oct 2018 16:47:31 -0700 Subject: [PATCH] Adding timing fuzzer needs to requirements.txt The timing fuzzer requires; * numpy * scipy * sympy Signed-off-by: Tim 'mithro' Ansell --- requirements.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa6413ef..213940cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,7 @@ futures -yapf -pyjson5 +numpy progressbar2 +pyjson5 +scipy +sympy +yapf