build: specify frappe dependency (#40061)
build: specify frappe dependency Added 15.10 as dependency because stock balance depends on https://github.com/frappe/frappe/pull/24346
This commit is contained in:
parent
c752bec2d9
commit
83b4cc5091
@ -39,3 +39,6 @@ force_grid_wrap = 0
|
||||
use_parentheses = true
|
||||
ensure_newline_before_comments = true
|
||||
indent = "\t"
|
||||
|
||||
[tool.bench.frappe-dependencies]
|
||||
frappe = ">=15.10.0,<16.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user