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 2cd7a1e commit bc03e06Copy full SHA for bc03e06
pyproject.toml
@@ -86,3 +86,7 @@ test = ["pytest", "pytest-rerunfailures", "pytest-mock"]
86
coverage = ["codecov", "coverage", "pytest-cov"]
87
format = ["black", "isort"]
88
lint = ["flake8"]
89
+
90
+[build-system]
91
+requires = ["poetry_core>=1.0.0"]
92
+build-backend = "poetry.core.masonry.api"
0 commit comments