summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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",
]
}