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',