From 78d9356cb4eea36f4e5c6b9b2068b435bf3d418a Mon Sep 17 00:00:00 2001
From: Luc Giffon <luc.giffon@lis-lab.fr>
Date: Thu, 22 Nov 2018 15:59:12 +0100
Subject: [PATCH] =?UTF-8?q?ajoute=20support=20=C3=A0=20bib=20importantes?=
 =?UTF-8?q?=20dans=20les=20requirements?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 setup.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7bcd499..ddb04dd 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,9 @@ setup(
                       'keras',
                       'scipy',
                       'psutil',
-                      'imageio'],
+                      'imageio',
+                      'matplotlib',
+                      'docopt'],
     # classifiers is needed for uploading package on pypi.
     # The list of classifiers elements can be found at :
     # https://pypi.python.org/pypi?%3Aaction=list_classifiers
-- 
GitLab