summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-13 15:37:36 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-13 15:37:36 +0100
commitea8d6b847a0e656cc5583948c5745592adda7103 (patch)
treecb796ff258d339a5ee4a4ec3fb4b2617e6639677 /setup.py
parentChange pypi to live (diff)
downloadgpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.tar
gpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.tar.gz
gpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.tar.bz2
gpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.tar.lz
gpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.tar.xz
gpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.tar.zst
gpt4free-ea8d6b847a0e656cc5583948c5745592adda7103.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
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",
]