summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = (