diff --git a/pyproject.toml b/pyproject.toml index 5e551ec..180efeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,3 +57,5 @@ typing-modules = ["frappe.types.DF"] quote-style = "double" indent-style = "tab" # docstring-code-format = true +[tool.bench.frappe-dependencies] +frappe = ">=16.0.0,<17.0.0"