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",