diff options
author | hdsz25 <hdsz25@hotmail.com> | 2023-10-28 17:58:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-28 17:58:36 +0200 |
commit | b8a3db526ce25932658131fcb96a3576f43672b1 (patch) | |
tree | a13de9a42c0bf890662f5ef81c28eecd86b39cb3 /requirements.txt | |
parent | Merge pull request #1175 from Biflez48/main (diff) | |
download | gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.gz gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.bz2 gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.lz gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.xz gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.tar.zst gpt4free-b8a3db526ce25932658131fcb96a3576f43672b1.zip |
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 857cc324..ed0d6e4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,5 @@ loguru tiktoken pillow platformdirs -numpy
\ No newline at end of file +numpy +asgiref |