summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-14 16:01:49 +0100
committerHeiner Lohaus <hlohaus@users.noreply.github.com>2024-01-14 16:01:49 +0100
commit21919f53f96999e72d97471bab225f5a45ac2761 (patch)
tree644aed9e648b282ed969a5bbb313e0f19fc20a68
parentFix unittests (diff)
downloadgpt4free-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
Diffstat (limited to '')
-rw-r--r--requirements.txt3
-rw-r--r--setup.py1
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
diff --git a/setup.py b/setup.py
index 30e037a4..34f083ee 100644
--- a/setup.py
+++ b/setup.py
@@ -32,6 +32,7 @@ install_requires = [
"undetected-chromedriver",
"brotli",
"beautifulsoup4",
+ "setuptools",
]
DESCRIPTION = (