Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ geoalchemy2==0.20.0
requests==2.32.3
beautifulsoup4==4.14.3
lxml>=6.0.2 # Bumped from 5.3.0 — scrapling requires lxml>=6.0.2
playwright>=1.56.0,<2.0.0 # scrapling[fetchers]>=0.4.0 requires playwright>=1.56.0
playwright>=1.56.0,<2.0.0 # scrapling[fetchers]>=0.4.9 requires playwright>=1.56.0
httpx[http2]==0.28.1
# Scrapling: TLS fingerprint spoofing (Fetcher) + stealth Playwright (DynamicFetcher)
# Replaces plain requests for bot-protected portals. No scrapling install needed —
# DynamicFetcher reuses the Playwright Chromium already at PLAYWRIGHT_BROWSERS_PATH.
scrapling[fetchers]>=0.4.0
scrapling[fetchers]>=0.4.9

# Task queue
redis==7.4.0
Expand Down
Loading