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 845dc34 commit c9ddca6Copy full SHA for c9ddca6
pyproject.toml
@@ -78,3 +78,7 @@ test = ["pytest", "pytest-rerunfailures"]
78
coverage = ["codecov", "coverage", "pytest-cov"]
79
format = ["black", "isort"]
80
lint = ["flake8"]
81
+
82
+[build-system]
83
+requires = ["poetry_core>=1.0.0"]
84
+build-backend = "poetry.core.masonry.api"
0 commit comments