diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-03-19 18:59:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 18:59:42 +0100 |
commit | 79bc56f36e02a3ccb82c92af58363836ab2affb2 (patch) | |
tree | 60b32a4cae7f2921ddbb4e77560ac761164989ca /requirements-min.txt | |
parent | ~ | include /local/models dir on pip (diff) | |
parent | Fix Bing key error (diff) | |
download | gpt4free-0.2.5.8.tar gpt4free-0.2.5.8.tar.gz gpt4free-0.2.5.8.tar.bz2 gpt4free-0.2.5.8.tar.lz gpt4free-0.2.5.8.tar.xz gpt4free-0.2.5.8.tar.zst gpt4free-0.2.5.8.zip |
Diffstat (limited to '')
-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 a0402ccc..512ab5bb 100644 --- a/requirements-min.txt +++ b/requirements-min.txt @@ -1,2 +1,3 @@ requests -aiohttp
\ No newline at end of file +aiohttp +brotli
\ No newline at end of file |