diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-12-19 21:46:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 21:46:07 +0100 |
commit | 90b2d9049876440c356f02801b60686a43caa63d (patch) | |
tree | 1b81f1fb436c66901f3da28dbe0893d1dc92f52c /requirements.txt | |
parent | Bing: add parameter to enable/disable web search (#1360) (diff) | |
parent | Depend on a stable version of curl_cffi (diff) | |
download | gpt4free-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 |
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
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 |