diff --git a/pyproject.toml b/pyproject.toml index 79f8dc5..bad374c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ requires-python = ">=3.10" readme = "README.md" dynamic = ["version"] dependencies = [ - # "frappe~=15.0.0" # Installed and managed by bench. + "frappe>=15,<16" ] [build-system]