diff --git a/setup.py b/setup.py index 26121ba..9706bf3 100644 --- a/setup.py +++ b/setup.py @@ -87,7 +87,7 @@ setup( # your project is installed. For an analysis of "install_requires" vs pip's # requirements files see: # https://packaging.python.org/en/latest/requirements.html - # install_requires=[''], + install_requires=['lxml'], # List additional groups of dependencies here (e.g. development # dependencies). You can install these using the following syntax,