Skip to content

Commit 59369fe

Browse files
authored
chore: restore setup_requires in setup.py (#2124)
1 parent 147e4a3 commit 59369fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ def _download_and_extract_local_driver(
222222
"pyee==11.0.1",
223223
"typing-extensions;python_version<='3.8'",
224224
],
225+
# TODO: Can be removed once we migrate to pypa/build or pypa/installer.
226+
setup_requires=["setuptools-scm==8.0.4", "wheel==0.41.2"],
225227
classifiers=[
226228
"Topic :: Software Development :: Testing",
227229
"Topic :: Internet :: WWW/HTTP :: Browsers",

0 commit comments

Comments
 (0)