mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-04-22 15:47:11 +08:00
Fix: Replace nodriver with zendriver in setup.py dependencies
Agent-Logs-Url: https://github.com/xtekky/gpt4free/sessions/ad99d9db-76d7-4dc7-8725-b9d0e632874b Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8ecf527147
commit
31b9d03e93
@@ -32,7 +32,7 @@ EXTRA_REQUIRE = {
|
||||
"flask[async]", # gui
|
||||
"fastapi", # api
|
||||
"uvicorn", # api
|
||||
"nodriver",
|
||||
"zendriver",
|
||||
"python-multipart",
|
||||
"a2wsgi",
|
||||
"setuptools",
|
||||
@@ -56,7 +56,7 @@ EXTRA_REQUIRE = {
|
||||
"flask[async]", # gui
|
||||
"fastapi", # api
|
||||
"uvicorn", # api
|
||||
"nodriver",
|
||||
"zendriver",
|
||||
"python-multipart",
|
||||
"a2wsgi",
|
||||
"pypdf2",
|
||||
|
||||
Reference in New Issue
Block a user