Add missing webview requirements

Fix web_search in Web UI
This commit is contained in:
hlohaus
2025-01-15 22:45:52 +01:00
parent 55d6709efc
commit ae978ad541
4 changed files with 14 additions and 12 deletions

View File

@@ -36,6 +36,9 @@ EXTRA_REQUIRE = {
"uvicorn", # api
"nodriver",
"python-multipart",
"pywebview",
"plyer",
"setuptools",
"pypdf2", # files
"docx",
"odfpy",