From ca9b4787ec985b94b2dc723c7601044e2b01e1b6 Mon Sep 17 00:00:00 2001 From: Carlos Vega <carlos.vega@uni.lu> Date: Fri, 12 Oct 2018 11:59:04 +0200 Subject: [PATCH] added new dependencies: pandas, numpy, matplotlib --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 95ab826f..01f45824 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,6 @@ +pandas==0.23.4 +numpy==1.15.2 +matplotlib==2.2.3 Django==1.11.5 gunicorn==19.6.0 Pillow==3.4.2 -- GitLab