From 393533ba695ae157a9f2ba336857a3e717881088 Mon Sep 17 00:00:00 2001 From: VisualPlugin Date: Sat, 14 Mar 2026 00:36:24 +0000 Subject: [PATCH 1/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a016260..0a11ea0 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", "pyppdf @ git+https://github.com/Azurency/pyppdf.git", "GeoLiberator"], packages = setuptools.find_packages(), py_modules = ["gmapss", "utils"], classifiers = [ From 1c634bccb9f5aa597543bba700b8da11afcb56b5 Mon Sep 17 00:00:00 2001 From: VisualPlugin Date: Sat, 14 Mar 2026 00:39:35 +0000 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0a11ea0..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 @ git+https://github.com/Azurency/pyppdf.git", "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 = [