summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-04-10 15:55:01 +0200
committerGitHub <noreply@github.com>2024-04-10 15:55:01 +0200
commit48a4f1308119b565a86806a3ce270b25e96a0264 (patch)
treeabbeb618fca668a60d81cb58d1aeeb8701b30754 /setup.py
parentAdd OpenRouter and DeepInfraImage Provider (#1814) (diff)
parentIncrease conversation title lenght (diff)
downloadgpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar
gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.gz
gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.bz2
gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.lz
gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.xz
gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.tar.zst
gpt4free-48a4f1308119b565a86806a3ce270b25e96a0264.zip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9b3f12d0..7d0fbed0 100644
--- a/setup.py
+++ b/setup.py
@@ -74,6 +74,9 @@ EXTRA_REQUIRE = {
],
"local": [
"gpt4all"
+ ],
+ "curl_cffi": [
+ "curl_cffi>=0.6.2",
]
}