|
|
|
@ -49,8 +49,8 @@ beautifulsoup4
|
|
|
|
|
# XPath filtering, lxml is required by bs4 anyway, but put it here to be safe.
|
|
|
|
|
lxml
|
|
|
|
|
|
|
|
|
|
# 3.141 was missing socksVersion, 3.150 was not in pypi, so we try 4.1.0
|
|
|
|
|
selenium~=4.6.1
|
|
|
|
|
# 3.141 was missing socksVersion, 3.150 was not in pypi, so we try 4.13.0 which should also fix socks authentication problems
|
|
|
|
|
selenium~=4.13.0
|
|
|
|
|
|
|
|
|
|
# https://stackoverflow.com/questions/71652965/importerror-cannot-import-name-safe-str-cmp-from-werkzeug-security/71653849#71653849
|
|
|
|
|
# ImportError: cannot import name 'safe_str_cmp' from 'werkzeug.security'
|
|
|
|
|