build: specify frappe dependency (#40060)

This commit is contained in:
Ankush Menat
2024-02-23 12:42:10 +05:30
committed by GitHub
parent 05a9f766bc
commit 96703fb34d

View File

@@ -43,3 +43,6 @@ force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
indent = "\t"
[tool.bench.frappe-dependencies]
frappe = ">=14.0.0,<15.0.0"