From add6c875d6316d7d5c3019eb30ea09b427021b1a Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Sun, 1 Oct 2017 15:24:27 +0300 Subject: [PATCH] add pytest-mock to requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2cfc05081..0d360c10b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,7 @@ scipy==0.19.1 jsonschema==2.6.0 TA-Lib==0.4.10 pytest==3.2.2 +pytest-mock==1.6.3 # Required for plotting data #matplotlib==2.0.2