Adding timing fuzzer needs to requirements.txt

The timing fuzzer requires;
 * numpy
 * scipy
 * sympy

Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
This commit is contained in:
Tim Ansell 2018-10-15 16:47:31 -07:00 committed by Tim 'mithro' Ansell
parent b117448fd8
commit 310101cfd7
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
futures
yapf
pyjson5
numpy
progressbar2
pyjson5
scipy
sympy
yapf