Remove all not working provider (#1679)

Fix many providers
Add selenium-wire to requierments
This commit is contained in:
H Lohaus
2024-03-12 02:06:06 +01:00
committed by GitHub
parent 843f6db564
commit 6ef282de3a
57 changed files with 696 additions and 542 deletions

View File

@@ -33,6 +33,7 @@ EXTRA_REQUIRE = {
"werkzeug", "flask", # gui
"loguru", "fastapi",
"uvicorn", "nest_asyncio", # api
"selenium-wire"
],
"image": [
"pillow",
@@ -42,7 +43,8 @@ EXTRA_REQUIRE = {
"webdriver": [
"platformdirs",
"undetected-chromedriver",
"setuptools"
"setuptools",
"selenium-wire"
],
"openai": [
"async-property",