From 5ae51a03f83a2e7154dc88ab8d5c959bad975418 Mon Sep 17 00:00:00 2001 From: Alvaro Leiva Date: Thu, 10 Aug 2023 10:17:52 -0700 Subject: [PATCH] add setuptools as a dependency this might sound silly, but setuptools is actually required to run this library, so explicitly declaring it in req files --- requires-all.txt | 1 + requires-install.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/requires-all.txt b/requires-all.txt index 9e376d465a..59a15e4465 100644 --- a/requires-all.txt +++ b/requires-all.txt @@ -47,3 +47,4 @@ requests[security]>=2.21.0 selenium>=3.141.0 waitress>=1.4.4 webdriver-manager>=3.5.1 +setuptools \ No newline at end of file diff --git a/requires-install.txt b/requires-install.txt index f92ceb759b..0606e4cfd9 100644 --- a/requires-install.txt +++ b/requires-install.txt @@ -11,3 +11,4 @@ requests retrying ansi2html nest-asyncio +setuptools \ No newline at end of file