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:
copilot-swe-agent[bot]
2026-04-04 09:09:08 +00:00
committed by GitHub
parent 8ecf527147
commit 31b9d03e93
+2 -2
View File
@@ -32,7 +32,7 @@ EXTRA_REQUIRE = {
"flask[async]", # gui "flask[async]", # gui
"fastapi", # api "fastapi", # api
"uvicorn", # api "uvicorn", # api
"nodriver", "zendriver",
"python-multipart", "python-multipart",
"a2wsgi", "a2wsgi",
"setuptools", "setuptools",
@@ -56,7 +56,7 @@ EXTRA_REQUIRE = {
"flask[async]", # gui "flask[async]", # gui
"fastapi", # api "fastapi", # api
"uvicorn", # api "uvicorn", # api
"nodriver", "zendriver",
"python-multipart", "python-multipart",
"a2wsgi", "a2wsgi",
"pypdf2", "pypdf2",