diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-25 21:19:13 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-03-25 21:19:13 +0100 |
commit | 92358bd896b5f06c3d9732f6b24a10092fbef81f (patch) | |
tree | ce55f09686dfab7cfde5766a60fd7337b49dd984 /setup.py | |
parent | Add init file for openai dir (diff) | |
download | gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.tar gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.tar.gz gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.tar.bz2 gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.tar.lz gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.tar.xz gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.tar.zst gpt4free-92358bd896b5f06c3d9732f6b24a10092fbef81f.zip |
Diffstat (limited to '')
-rw-r--r-- | setup.py | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -11,14 +11,14 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh: INSTALL_REQUIRE = [ "requests", "aiohttp", - "brotli" + "brotli", + "pycryptodome" ] EXTRA_REQUIRE = { 'all': [ "curl_cffi>=0.6.2", "certifi", - #"py-arkose-generator", # not working "browser_cookie3", # get_cookies "PyExecJS", # GptForLove "duckduckgo-search>=5.0" ,# internet.search @@ -44,7 +44,7 @@ EXTRA_REQUIRE = { ], "webdriver": [ "platformdirs", - "undetected-chromedriver", + "undetected-chromedriver>=3.5.5", "setuptools", "selenium-wire" ], @@ -53,11 +53,7 @@ EXTRA_REQUIRE = { "platformdirs", "plyer" ], - "openai": [ - "async-property", - "py-arkose-generator", - "brotli" - ], + "openai": [], "api": [ "loguru", "fastapi", "uvicorn", "nest_asyncio" |