We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147e4a3 commit 59369feCopy full SHA for 59369fe
setup.py
@@ -222,6 +222,8 @@ def _download_and_extract_local_driver(
222
"pyee==11.0.1",
223
"typing-extensions;python_version<='3.8'",
224
],
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"],
227
classifiers=[
228
"Topic :: Software Development :: Testing",
229
"Topic :: Internet :: WWW/HTTP :: Browsers",
0 commit comments