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 ad29651 commit 6aa1fccCopy full SHA for 6aa1fcc
pyproject.toml
@@ -38,3 +38,6 @@ ignore = []
38
[tool.poetry.scripts]
39
diff-risk = "diff_risk_dashboard.cli:main"
40
diff-risk-web = "diff_risk_dashboard.web:main"
41
+[build-system]
42
+requires = ["poetry-core>=1.8.0"]
43
+build-backend = "poetry.core.masonry.api"
0 commit comments