diff --git a/pyproject.toml b/pyproject.toml index fed7af9a..72b84814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,6 +66,9 @@ build-backend = "flit_core.buildapi" [tool.bench.dev-dependencies] # package_name = "~=1.1.0" +[tool.bench.frappe-dependencies] +frappe = ">=15.0.0" + [tool.ruff] line-length = 110 target-version = "py310"