Skip to content

Commit

Permalink
chore: restore setup_requires in setup.py (#2124)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Oct 17, 2023
1 parent 147e4a3 commit 59369fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 59369fe

Please sign in to comment.