From 59369fe126f49c10597d5c9099840bdc8ccdcf15 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Tue, 17 Oct 2023 21:37:19 +0200 Subject: [PATCH] chore: restore setup_requires in setup.py (#2124) --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 9b2d0fe00..98b2dc854 100644 --- a/setup.py +++ b/setup.py @@ -222,6 +222,8 @@ def _download_and_extract_local_driver( "pyee==11.0.1", "typing-extensions;python_version<='3.8'", ], + # TODO: Can be removed once we migrate to pypa/build or pypa/installer. + setup_requires=["setuptools-scm==8.0.4", "wheel==0.41.2"], classifiers=[ "Topic :: Software Development :: Testing", "Topic :: Internet :: WWW/HTTP :: Browsers",