diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2023-11-20 17:28:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-20 17:28:23 +0100 |
commit | 60286431adac1205f7f233d0e5cfb846e452abbb (patch) | |
tree | 8d26ee9e4913101e85a2cf0fc5b6404f69745976 /requirements.txt | |
parent | Support stream in create_async (diff) | |
download | gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.tar gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.tar.gz gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.tar.bz2 gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.tar.lz gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.tar.xz gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.tar.zst gpt4free-60286431adac1205f7f233d0e5cfb846e452abbb.zip |
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index e09436dd..96b5f3f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests pycryptodome -curl_cffi +curl_cffi>=0.5.10b4 aiohttp certifi browser_cookie3 @@ -23,6 +23,6 @@ flask py-arkose-generator asyncstdlib async-property -selenium +undetected-chromedriver asyncstdlib -async_property
\ No newline at end of file +async_property |