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 --- requirements.txt | 8 -------- 1 file changed, 8 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index b9212b4e..44318b5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,19 +4,13 @@ curl_cffi>=0.5.10 aiohttp certifi browser_cookie3 -websockets -js2py typing-extensions PyExecJS duckduckgo-search nest_asyncio -waitress -werkzeug loguru pillow platformdirs -numpy -asgiref fastapi uvicorn flask @@ -24,7 +18,5 @@ py-arkose-generator asyncstdlib async-property undetected-chromedriver -asyncstdlib -async_property brotli beautifulsoup4 \ No newline at end of file -- cgit v1.2.3