From: =?utf-8?b?UGljY2EgRnLDg8KpZMODwqlyaWMtRW1tYW51ZWw=?=
 <picca@synchrotron-soleil.fr>
Date: Thu, 7 Sep 2017 14:33:43 +0200
Subject: fix the install_requires depends

---
 setup.py | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 00d7dcb..7044594 100644
--- a/setup.py
+++ b/setup.py
@@ -1009,7 +1009,15 @@ def get_project_configuration(dry_run):
         # for most of the computation
         "numpy%s" % numpy_requested_version,
         # for the script launcher
-        "setuptools"]
+        "setuptools",
+        # for debian
+        "h5py",
+        "lxml",
+        "matplotlib",
+        "pil",
+        "PyQt5",
+        "six"
+    ]
 
     setup_requires = ["setuptools", "numpy"]
 
