From e7ae9bb8043bb12b20da6ed75abfcde6983549af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Tue, 16 Jul 2024 08:39:32 +0200 Subject: [PATCH] Restore the minimum parsel version --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 04b804fb..f56c9503 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ entry_points={"pytest11": ["web-poet = web_poet.testing.pytest"]}, install_requires=[ "attrs >= 21.3.0", - "parsel >= 1.8.1", + "parsel >= 1.5.0", "url-matcher >= 0.2.0", "multidict >= 0.5.0", "w3lib >= 1.22.0", diff --git a/tox.ini b/tox.ini index 5a5cfcca..0f8d1435 100644 --- a/tox.ini +++ b/tox.ini @@ -67,7 +67,7 @@ deps = zyte-common-items==0.1.0 aiohttp==3.7.0 attrs==21.3.0 - parsel==1.8.1 + parsel==1.5.0 url-matcher==0.2.0 tldextract==3.0.0 multidict==5.0.0