From 99fe842bc91ee8842cd3a59e99b638efbd9d7094 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 28 Jan 2025 23:40:56 +0200 Subject: [PATCH] build: updating dependencies --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 3af52b9..de8751b 100644 --- a/setup.py +++ b/setup.py @@ -52,8 +52,7 @@ setup( ], # Instead of using requirements file to dodge possible errors from tox? install_requires=[ - "requests>=2.3", - "lxml>=4.5", + "lxml>=5.0", "cssselect>=1.2", 'click', "w3lib", @@ -62,7 +61,7 @@ setup( 'httpx[brotli,zstd, socks]', 'playwright>=1.49.1', 'rebrowser-playwright>=1.49.1', - 'camoufox[geoip]>=0.4.9' + 'camoufox[geoip]>=0.4.10' ], python_requires=">=3.9", url="https://github.com/D4Vinci/Scrapling",