diff options
author | Akash Mondal <a98mondal@gmail.com> | 2024-01-13 14:01:28 +0100 |
---|---|---|
committer | Akash Mondal <a98mondal@gmail.com> | 2024-01-13 14:01:28 +0100 |
commit | c2115309aba793530f7072848154fcad97d866b1 (patch) | |
tree | cad46b9313e09198cf3b5d7d51b2c235c96201e1 /setup.py | |
parent | ~ (diff) | |
download | gpt4free-c2115309aba793530f7072848154fcad97d866b1.tar gpt4free-c2115309aba793530f7072848154fcad97d866b1.tar.gz gpt4free-c2115309aba793530f7072848154fcad97d866b1.tar.bz2 gpt4free-c2115309aba793530f7072848154fcad97d866b1.tar.lz gpt4free-c2115309aba793530f7072848154fcad97d866b1.tar.xz gpt4free-c2115309aba793530f7072848154fcad97d866b1.tar.zst gpt4free-c2115309aba793530f7072848154fcad97d866b1.zip |
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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", ] |