From 5569ee9a394cbabd1a47fcb5a2c2c1f499f75165 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Mon, 14 Oct 2024 00:40:10 +0300 Subject: [PATCH] Compatibility fix for Python 3.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 28a7071..556f557 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ setup( install_requires=[ "requests>=2.3", "lxml>=4.5", - "cssselect>=1.2", + "cssselect>=1.0", "w3lib", "orjson>=3", "tldextract",