From 484b96d850aca9b9144f3b8dd2fb502b25356c22 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Thu, 7 Dec 2023 07:18:05 +0100 Subject: Add websearch to gui (#1314) * Add websearch to gui * Fix version_check config * Add version badge in README.md * Show version in gui * Add docker hub build * Fix gui backend, improve style --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 20eca58b..7f5cb011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,4 +25,5 @@ asyncstdlib async-property undetected-chromedriver asyncstdlib -async_property \ No newline at end of file +async_property +bs4 \ No newline at end of file -- cgit v1.2.3