From 42709f55b27f52048939907b34f42cfdc3537ec0 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sun, 14 Jan 2024 16:37:21 +0100 Subject: Fix unittests (#1472) * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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 = ( -- cgit v1.2.3