mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
fix: downgrading nodriver to 0.39 to address failing browser launch #470
This commit is contained in:
@@ -38,7 +38,7 @@ dependencies = [
|
||||
"certifi",
|
||||
"colorama",
|
||||
"jaraco.text", # required by pkg_resources during runtime
|
||||
"nodriver @ git+https://github.com/ultrafunkamsterdam/nodriver.git",
|
||||
"nodriver==0.39.0", # 0.40-0.44 have issues starting browsers and evaluating self.web_execute("window.BelenConf") fails
|
||||
"ruamel.yaml",
|
||||
"psutil",
|
||||
"wcmatch",
|
||||
|
||||
Reference in New Issue
Block a user