summaryrefslogtreecommitdiffstats
path: root/docker/storperf-reporting/requirements.txt
diff options
context:
space:
mode:
authorsaksham115 <saksham.agrawal@research.iiit.ac.in>2017-08-17 03:55:41 +0530
committerSaksham Agrawal <saksham.agrawal@research.iiit.ac.in>2017-08-16 22:46:13 +0000
commit432583fb52e5efb3d1417a498d2e72d7b3e3f70e (patch)
tree451c103bed83228d4aba84a985b69afdec8832ff /docker/storperf-reporting/requirements.txt
parent1d3a2a843e03b8e36d6ac2069fdb1e143b08c91c (diff)
Making the container compliant with the static data and selecting
the metrics, report data using flask server instead of Javascript To test the static data, just enter the filename in the URL field Now the metrics and the report data are taken from the json dump using the server side(flask server) instead the client side JIRA: STORPERF-194 Change-Id: I6747aa3db30ad30920c2459b9c5eb5a0c1e3539d Signed-off-by: saksham115 <saksham.agrawal@research.iiit.ac.in>
Diffstat (limited to 'docker/storperf-reporting/requirements.txt')
-rw-r--r--docker/storperf-reporting/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/storperf-reporting/requirements.txt b/docker/storperf-reporting/requirements.txt
index 81903de..7016e72 100644
--- a/docker/storperf-reporting/requirements.txt
+++ b/docker/storperf-reporting/requirements.txt
@@ -1,2 +1,3 @@
Flask==0.12.2
-requests \ No newline at end of file
+requests
+validators \ No newline at end of file