We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca46dc5 commit bf01597Copy full SHA for bf01597
1 file changed
tests/e2e-tests/pyproject.toml
@@ -16,5 +16,8 @@ polling = ">=0.3.2"
16
urllib3 = ">=2.6.3,<3"
17
18
[build-system]
19
-requires = ["poetry-core>=2.0.0,<3.0.0"]
+requires = [
20
+ "poetry-core>=2.0.0,<3.0.0",
21
+ "wheel==0.46.2"
22
+]
23
build-backend = "poetry.core.masonry.api"
0 commit comments