From e1cebd16eb564feeebedb49b3f3768c0cf2f9360 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Mon, 5 Jan 2015 14:26:54 +0100 Subject: [PATCH] Added dependency for importlib (required in python2.6) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6a2f8d5..6d32f86 100644 --- a/setup.py +++ b/setup.py @@ -32,6 +32,7 @@ setup( install_requires=[ 'setuptools', + 'importlib' ], entry_points = { -- GitLab