Compare commits

...

1 Commits

Author SHA1 Message Date
Raizaaa 39572bc4da chore: add payments in pyproject for auto install
(cherry picked from commit c2a4ef692f)

# Conflicts:
#	pyproject.toml
2026-05-06 03:11:08 +00:00
+5
View File
@@ -66,7 +66,12 @@ indent-style = "tab"
docstring-code-format = true
[tool.bench.frappe-dependencies]
<<<<<<< HEAD
frappe = "<=17.0.0-dev"
=======
frappe = ">=14.0.0,<=17.0.0-dev"
payments = ">=14.0.0,<=17.0.0-dev"
>>>>>>> c2a4ef69 (chore: add payments in pyproject for auto install)
[tool.bench.assets]
build_dir = "./frontend"