We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b532e commit cb5fbffCopy full SHA for cb5fbff
pyproject.toml
@@ -46,6 +46,14 @@ tox = "^tox 3.11"
46
[build-system]
47
requires = [
48
"poetry>=0.12",
49
+ # See https://github.com/pypa/setuptools/issues/2353#issuecomment-683781498
50
+ # for the rest of these requirements,
51
+ # -ETJ 31 December 2020
52
+ "setuptools>=30.3.0,<50",
53
+ "wheel",
54
+ "pytest-runner",
55
+ "setuptools_scm>=3.3.1",
56
+
57
]
58
59
build-backend = "poetry.masonry.api"
0 commit comments