From ea8d6b847a0e656cc5583948c5745592adda7103 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Sat, 13 Jan 2024 15:37:36 +0100 Subject: Support upload image in gui Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements --- setup.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dc59597b..daafe26d 100644 --- a/setup.py +++ b/setup.py @@ -16,12 +16,10 @@ install_requires = [ "certifi", "browser_cookie3", "websockets", - "js2py", "typing-extensions", "PyExecJS", "duckduckgo-search", "nest_asyncio", - "waitress", "werkzeug", "loguru", "pillow", @@ -35,8 +33,6 @@ install_requires = [ "asyncstdlib", "async-property", "undetected-chromedriver", - "asyncstdlib", - "async_property", "brotli", "beautifulsoup4", ] -- cgit v1.2.3