mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-09-26 20:31:14 +08:00
Remove all not working provider (#1679)
Fix many providers Add selenium-wire to requierments
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||
|
Reference in New Issue
Block a user