From 8c866fbfd449612dfe328a669521689a527f0b9b Mon Sep 17 00:00:00 2001 From: Mahmoud Akl <mahmoud.akl@epfl.ch> Date: Tue, 10 Jul 2018 11:07:49 +0200 Subject: [PATCH] [hotfix] updated Virtual Coach requirements Change-Id: Ia1430983299dfb41f993c666e0e56d73e67d2874 --- hbp_nrp_virtual_coach/requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hbp_nrp_virtual_coach/requirements.txt b/hbp_nrp_virtual_coach/requirements.txt index 93dd996..ef2b70c 100644 --- a/hbp_nrp_virtual_coach/requirements.txt +++ b/hbp_nrp_virtual_coach/requirements.txt @@ -4,6 +4,9 @@ bbp-client==0.4.4 # EPFL_SPECIFIC # third-party dependencies texttable==0.8.7 progressbar2==3.34.0 +httplib2==0.11.3 +pandas==0.22.0 +jupyter==1.0.0 # unit test dependencies mock==1.0.1 -- GitLab