From edbced4cda35e63c9ddc4e40a67807cbfd6d6c20 Mon Sep 17 00:00:00 2001 From: Mark Beierl Date: Sun, 8 May 2016 10:09:47 -0400 Subject: Add plots Adds matplotlib Adds support for generating graphs showing performance results Change-Id: Iba344baab89e35c0d5891a9d6b4c22c37666511e JIRA: STORPERF-44 JIRA: STORPERF-50 Signed-off-by: Mark Beierl --- ci/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ci/setup.py') diff --git a/ci/setup.py b/ci/setup.py index 2a02276..a293e9c 100755 --- a/ci/setup.py +++ b/ci/setup.py @@ -25,6 +25,7 @@ setup( "flask-restful==0.3.5", "flask-restful-swagger==0.19", "html2text==2016.1.8", + "matplotlib==1.3.1", "python-cinderclient==1.6.0", "python-glanceclient==1.1.0", "python-heatclient==0.8.0", -- cgit 1.2.3-korg