From c2115309aba793530f7072848154fcad97d866b1 Mon Sep 17 00:00:00 2001 From: Akash Mondal Date: Sat, 13 Jan 2024 18:31:28 +0530 Subject: Cleanup unused dependencies * remove packages, that are not a direct dependency to this project, from requirements.txt * no need to just numpy for simple sqrt operation on numbers * write code on python than using a js compiler --- setup.py | 8 -------- 1 file changed, 8 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dc59597b..fbbd0ea0 100644 --- a/setup.py +++ b/setup.py @@ -15,19 +15,13 @@ install_requires = [ "aiohttp", "certifi", "browser_cookie3", - "websockets", - "js2py", "typing-extensions", "PyExecJS", "duckduckgo-search", "nest_asyncio", - "waitress", - "werkzeug", "loguru", "pillow", "platformdirs", - "numpy", - "asgiref", "fastapi", "uvicorn", "flask", @@ -35,8 +29,6 @@ install_requires = [ "asyncstdlib", "async-property", "undetected-chromedriver", - "asyncstdlib", - "async_property", "brotli", "beautifulsoup4", ] -- cgit v1.2.3