From f60d21ee9feb90c6a02ff4d8a5bc5eb6d43caeee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Vigan=C3=B2?= Date: Fri, 28 Apr 2017 14:51:09 +0200 Subject: [PATCH] Add lxml dependency --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5a3b0aa..84b232e 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ packages=find_packages(exclude=['tests', 'tests.*']), install_requires=[ # FIXME taken from the README, the list is incomplete + 'lxml', 'numpy', 'scipy', 'matplotlib',