diff --git a/setup.py b/setup.py index e67bcfb..7742141 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ }, include_package_data=True, install_requires=[ - "cssselect>=0.9", + "cssselect>=1.2.0", "jmespath", "lxml", "packaging",