diff --git a/setup.py b/setup.py index a016260..0103d90 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description=long_description, long_description_content_type = "text/markdown", url = "https://github.com/jakeee51/gomaps", - install_requires = ["requests_html", "pyppdf", "GeoLiberator"], + install_requires = ["requests_html", "lxml_html_clean", "pyppdf @ git+https://github.com/Azurency/pyppdf.git", "GeoLiberator"], packages = setuptools.find_packages(), py_modules = ["gmapss", "utils"], classifiers = [