diff options
author | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-26 20:50:37 +0200 |
---|---|---|
committer | kqlio67 <kqlio67@users.noreply.github.com> | 2024-09-26 20:50:37 +0200 |
commit | 9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2 (patch) | |
tree | 4c1351e407a581845f903eabc86db06333f67cd2 | |
parent | Refactor async tests for chat completions (etc/unittest/async_client.py) (diff) | |
download | gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.tar gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.tar.gz gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.tar.bz2 gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.tar.lz gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.tar.xz gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.tar.zst gpt4free-9fbafd9b56ab65cb1fd33c5371ab6f90bac874b2.zip |
-rw-r--r-- | requirements-min.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-min.txt b/requirements-min.txt index 2944babd..bed54841 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -2,4 +2,5 @@ requests aiohttp brotli pycryptodome -curl_cffi>=0.6.2
\ No newline at end of file +curl_cffi>=0.6.2 +nest_asyncio |