summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2023-12-19 21:46:07 +0100
committerGitHub <noreply@github.com>2023-12-19 21:46:07 +0100
commit90b2d9049876440c356f02801b60686a43caa63d (patch)
tree1b81f1fb436c66901f3da28dbe0893d1dc92f52c
parentBing: add parameter to enable/disable web search (#1360) (diff)
parentDepend on a stable version of curl_cffi (diff)
downloadgpt4free-90b2d9049876440c356f02801b60686a43caa63d.tar
gpt4free-90b2d9049876440c356f02801b60686a43caa63d.tar.gz
gpt4free-90b2d9049876440c356f02801b60686a43caa63d.tar.bz2
gpt4free-90b2d9049876440c356f02801b60686a43caa63d.tar.lz
gpt4free-90b2d9049876440c356f02801b60686a43caa63d.tar.xz
gpt4free-90b2d9049876440c356f02801b60686a43caa63d.tar.zst
gpt4free-90b2d9049876440c356f02801b60686a43caa63d.zip
-rw-r--r--requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 7f5cb011..6ec1953d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
requests
pycryptodome
-curl_cffi>=0.5.10b4
+curl_cffi>=0.5.10
aiohttp
certifi
browser_cookie3
@@ -26,4 +26,4 @@ async-property
undetected-chromedriver
asyncstdlib
async_property
-bs4 \ No newline at end of file
+bs4