build: updating dependencies

This commit is contained in:
Karim shoair
2025-01-28 23:40:56 +02:00
parent 21291958f1
commit 99fe842bc9
+2 -3
View File
@@ -52,8 +52,7 @@ setup(
], ],
# Instead of using requirements file to dodge possible errors from tox? # Instead of using requirements file to dodge possible errors from tox?
install_requires=[ install_requires=[
"requests>=2.3", "lxml>=5.0",
"lxml>=4.5",
"cssselect>=1.2", "cssselect>=1.2",
'click', 'click',
"w3lib", "w3lib",
@@ -62,7 +61,7 @@ setup(
'httpx[brotli,zstd, socks]', 'httpx[brotli,zstd, socks]',
'playwright>=1.49.1', 'playwright>=1.49.1',
'rebrowser-playwright>=1.49.1', 'rebrowser-playwright>=1.49.1',
'camoufox[geoip]>=0.4.9' 'camoufox[geoip]>=0.4.10'
], ],
python_requires=">=3.9", python_requires=">=3.9",
url="https://github.com/D4Vinci/Scrapling", url="https://github.com/D4Vinci/Scrapling",