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 /setup.py | |
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-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ with codecs.open(os.path.join(here, 'README.md'), encoding='utf-8') as fh: INSTALL_REQUIRE = [ "requests", "aiohttp", + "brotli" ] EXTRA_REQUIRE = { |