diff options
author | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-14 16:01:49 +0100 |
---|---|---|
committer | Heiner Lohaus <hlohaus@users.noreply.github.com> | 2024-01-14 16:01:49 +0100 |
commit | 21919f53f96999e72d97471bab225f5a45ac2761 (patch) | |
tree | 644aed9e648b282ed969a5bbb313e0f19fc20a68 | |
parent | Fix unittests (diff) | |
download | gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.tar gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.tar.gz gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.tar.bz2 gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.tar.lz gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.tar.xz gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.tar.zst gpt4free-21919f53f96999e72d97471bab225f5a45ac2761.zip |
-rw-r--r-- | requirements.txt | 3 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 8a751302..12a7aec8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,4 +20,5 @@ asyncstdlib async-property undetected-chromedriver brotli -beautifulsoup4
\ No newline at end of file +beautifulsoup4 +setuptools
\ No newline at end of file @@ -32,6 +32,7 @@ install_requires = [ "undetected-chromedriver", "brotli", "beautifulsoup4", + "setuptools", ] DESCRIPTION = ( |